Field constructor

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

Initialize

Implementation

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