UDbAdminTableSchemaResponse.fromJson constructor

UDbAdminTableSchemaResponse.fromJson(
  1. String str
)

Implementation

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