Chapters

@Serializable
data class Chapters(val chapters: List<Chapter>)

Constructors

Link copied to clipboard
constructor(chapters: List<Chapter>)

Properties

Link copied to clipboard