menu
rateme package
documentation
data/models.dart
ServerConfig
ServerConfig const constructor
ServerConfig const constructor
dark_mode
light_mode
ServerConfig
constructor
const
ServerConfig
(
String
hostUrl
,
String
langCode
,
String
apiToken
)
Implementation
const ServerConfig(this.hostUrl, this.langCode, this.apiToken);
rateme package
documentation
data/models
ServerConfig
ServerConfig const constructor
ServerConfig class