Field constructor

Field(
  1. String name,
  2. String type,
  3. bool nullable
)

Implementation

Field(this.name, this.type, this.nullable);