DataType constructor

DataType({
  1. List<DataTypeField>? field,
  2. String? name,
})

Implementation

DataType({
  this.field,
  this.name,
});