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