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