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