RegisterField constructor

RegisterField(
  1. String key,
  2. FieldType type,
  3. String? name,
  4. int offset,
  5. int size, {
  6. String? tag,
  7. List? selection,
})

Implementation

RegisterField(this.key, this.type, this.name, this.offset,this.size,{this.tag, this.selection});