SqlServerSchema constructor

SqlServerSchema({
  1. String? schema,
  2. List<SqlServerTable>? tables,
})

Implementation

SqlServerSchema({this.schema, this.tables});