AppSettings

@Serializable
data class AppSettings(val language: String = "en", val theme: AppThemeMode = AppThemeMode.SYSTEM, val database: DatabaseSettings = DatabaseSettings())

Constructors

Link copied to clipboard
constructor(language: String = "en", theme: AppThemeMode = AppThemeMode.SYSTEM, database: DatabaseSettings = DatabaseSettings())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard