Field constructor

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

Implementation

Field(this.name, this.alias);