Field constructor

Field({
  1. String? name,
  2. FieldType? type,
})

Implementation

Field({
  this.name,
  this.type,
});