NameAndHandleEntity

data class NameAndHandleEntity(val name: String?, val handle: String?)

Constructors

Link copied to clipboard
constructor(name: String?, handle: String?)

Properties

Link copied to clipboard
val handle: String?
Link copied to clipboard
val name: String?