LapMaxPosGradeField constructor

LapMaxPosGradeField({
  1. int size = 0,
  2. bool growable = true,
})

Implementation

LapMaxPosGradeField({int size = 0, bool growable = true})
    : super(
          name: 'max_pos_grade',
          id: ID,
          type: BaseType.SINT16,
          offset: 0,
          scale: 100,
          size: size,
          units: '%',
          mainTypeName: 'sint16',
          growable: growable,
          subFields: []);