MCategory

data class MCategory(categoryName: String)

This class represents a category of a book.

Constructors

Link copied to clipboard
constructor(categoryName: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String

Returns the name of the category.