SchemaDefinition constructor

SchemaDefinition({
  1. List<Column>? columns,
})

Implementation

SchemaDefinition({
  this.columns,
});