SqlServerTable constructor
SqlServerTable({
- List<
SqlServerColumn> ? columns, - String? table,
Implementation
SqlServerTable({
this.columns,
this.table,
});