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