SelectionInfo

data class SelectionInfo(val from: Int, val to: Int, val text: String)

Constructors

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

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
Link copied to clipboard
val to: Int