GSentence

data class GSentence(val date: String? = null, val num: Int? = 0)

Constructors

Link copied to clipboard
fun GSentence(date: String? = null, num: Int? = 0)

Properties

Link copied to clipboard
val date: String? = null
Link copied to clipboard
val num: Int? = 0