TField constructor

TField(
  1. String name,
  2. int type,
  3. int id
)

Implementation

TField(this.name, this.type, this.id);