Type constructor

Implementation

Type({
  this.aggregateType,
  this.arrayType,
  this.boolType,
  this.bytesType,
  this.dateType,
  this.float32Type,
  this.float64Type,
  this.int64Type,
  this.mapType,
  this.stringType,
  this.structType,
  this.timestampType,
});