MCondition

data class MCondition(condition: String, description: String)

This class represents the condition of a book.

Constructors

Link copied to clipboard
constructor(condition: String, description: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Returns the condition of the book.

Link copied to clipboard

Returns the description of the book condition.