FlashConfig.fromRawJson constructor
FlashConfig.fromRawJson(
- String str
Implementation
factory FlashConfig.fromRawJson(String str) => FlashConfig.fromJson(json.decode(str));
factory FlashConfig.fromRawJson(String str) => FlashConfig.fromJson(json.decode(str));