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