FieldComponent constructor

FieldComponent(
  1. int fieldNum,
  2. bool accumulate,
  3. int bits,
  4. double scale,
  5. double offset, [
  6. int type = 0,
])

Implementation

FieldComponent(
  this.fieldNum,
  this.accumulate,
  this.bits,
  this.scale,
  this.offset, [
  this.type = 0,
]);