menu
superdeck package
documentation
helpers/config.dart
SDConfigMapper
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
SDConfig
fromJson
(
String
json
)
Implementation
static SDConfig fromJson(String json) { return ensureInitialized().decodeJson<SDConfig>(json); }
superdeck package
documentation
helpers/config
SDConfigMapper
fromJson static method
SDConfigMapper class