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