ExperimentalType

@Serializable
class ExperimentalType(val text: String, val type: String, val start: Int, val end: Int)

Constructors

Link copied to clipboard
constructor(text: String, type: String, start: Int, end: Int)

Properties

Link copied to clipboard
val end: Int
Link copied to clipboard
val start: Int
Link copied to clipboard
Link copied to clipboard