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