UDbAdminRowsParams constructor
UDbAdminRowsParams({})
Implementation
UDbAdminRowsParams({
required this.table,
this.schema = "public",
this.pageSize = 100,
this.pageNumber = 1,
this.orderByColumn,
this.descending = false,
this.where,
this.withCount = true,
});