UDbAdminDeleteRowParams constructor
UDbAdminDeleteRowParams({})
Implementation
UDbAdminDeleteRowParams({
required this.table,
required this.primaryKeyColumn,
required this.primaryKeyValue,
this.schema = "public",
});