SqlServerSchema constructor
SqlServerSchema({
- String? schema,
- List<
SqlServerTable> ? tables,
Implementation
SqlServerSchema({
this.schema,
this.tables,
});