SchemaColumn constructor

SchemaColumn({
  1. String? dataType,
  2. String? name,
})

Implementation

SchemaColumn({
  this.dataType,
  this.name,
});