Field constructor

const Field(
  1. String name,
  2. int format, {
  3. bool isOptional = false,
})

Implementation

const Field(
  this.name,
  this.format, {
  this.isOptional = false,
});