FieldType constructor

FieldType(
  1. String filename,
  2. String name
)

Implementation

FieldType(this.filename, this.name);