RawPressure constructor
RawPressure({})
Implementation
RawPressure({
required this.timeUsec,
required this.pressAbs,
required this.pressDiff1,
required this.pressDiff2,
required this.temperature,
});
RawPressure({
required this.timeUsec,
required this.pressAbs,
required this.pressDiff1,
required this.pressDiff2,
required this.temperature,
});