SqlServerTable constructor

SqlServerTable({
  1. List<SqlServerColumn>? columns,
  2. String? table,
})

Implementation

SqlServerTable({
  this.columns,
  this.table,
});