UDbAdminTableResponse constructor
UDbAdminTableResponse({})
Implementation
UDbAdminTableResponse({
required this.schema,
required this.name,
required this.estimatedRows,
required this.columnCount,
this.size,
});