menu
clay_core package
documentation
clay.dart
ClayConfigMapper
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
ClayConfig
fromJson
(
String
json
)
Implementation
static ClayConfig fromJson(String json) { return ensureInitialized().decodeJson<ClayConfig>(json); }
clay_core package
documentation
clay
ClayConfigMapper
fromJson static method
ClayConfigMapper class