Field constructor

Field({
  1. String? type,
  2. int? id,
  3. String? label,
})

Implementation

Field({
  this.type, this.id, this.label
});