VerseEntity

data class VerseEntity(val id: String, val text: String)

Represents a verse entity in the database.

Constructors

Link copied to clipboard
constructor(id: String, text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The unique identifier for the verse.

Link copied to clipboard

The text content of the verse.