Field constructor

Field(
  1. String name,
  2. String type
)

Implementation

Field(this.name, this.type);