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