Model

open class Model(data: Int, val from: String, val to: String, val parent: String = "item/generated")(source)

Inheritors

Constructors

Link copied to clipboard
constructor(data: Int, from: String, to: String, parent: String = "item/generated")

Types

Link copied to clipboard
object Companion

Properties

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