Field constructor

Field({
  1. String? name,
  2. Type? type,
})

Implementation

Field({this.name, this.type});