Inserted

data class Inserted(val length: Int, val text: List<String>) : ChangeSetJsonPart

Constructors

Link copied to clipboard
constructor(length: Int, text: List<String>)

Properties

Link copied to clipboard
val length: Int
Link copied to clipboard