Supporter

data class Supporter(val id: Int, val name: String, val date: String, val message: String)(source)

Carries Supporter data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Int, name: String, date: String, message: String)

Properties

Link copied to clipboard

Exposes the date value used by the SDAI domain layer.

Link copied to clipboard
val id: Int

Exposes the id value used by the SDAI domain layer.

Link copied to clipboard

Exposes the message value used by the SDAI domain layer.

Link copied to clipboard

Exposes the name value used by the SDAI domain layer.