ColumnSchema constructor

ColumnSchema({
  1. String? dataType,
  2. String? geographicRole,
  3. String? name,
})

Implementation

ColumnSchema({
  this.dataType,
  this.geographicRole,
  this.name,
});