Paragraph

@Serializable
class Paragraph(val cursor: Int, val text: String)

Constructors

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

Properties

Link copied to clipboard
val cursor: Int
Link copied to clipboard