LapAvgVerticalOscillationField constructor

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

Implementation

LapAvgVerticalOscillationField({int size = 0, bool growable = true})
    : super(
          name: 'avg_vertical_oscillation',
          id: ID,
          type: BaseType.UINT16,
          offset: 0,
          scale: 10,
          size: size,
          units: 'mm',
          mainTypeName: 'uint16',
          growable: growable,
          subFields: []);