RawModel

class RawModel(data: Int, val from: String, val to: String) : Model(source)

Constructors

Link copied to clipboard
constructor(data: Int, from: String, to: String)

Properties

Link copied to clipboard
val data: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String