ThemeError

data class ThemeError(val message: String? = null, val type: ThemeErrorType? = null)

Constructors

Link copied to clipboard
fun ThemeError(message: String? = null, type: ThemeErrorType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null
Link copied to clipboard
val type: ThemeErrorType? = null