DataTypeField constructor

DataTypeField({
  1. String? format,
  2. String? name,
  3. bool? optional,
})

Implementation

DataTypeField({
  this.format,
  this.name,
  this.optional,
});