UFileConfig.fromJson constructor
UFileConfig.fromJson(
- String str
Implementation
factory UFileConfig.fromJson(String str) => UFileConfig.fromMap(json.decode(str));
factory UFileConfig.fromJson(String str) => UFileConfig.fromMap(json.decode(str));