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