UDbAdminSchemaParams constructor

UDbAdminSchemaParams({
  1. required String table,
  2. String schema = "public",
})

Implementation

UDbAdminSchemaParams({required this.table, this.schema = "public"});