MovementData constructor

MovementData(
  1. bool? didDetectRep,
  2. bool? isInPosition,
  3. bool? isGoodRep,
  4. double? currentRomValue,
  5. Map<String, double?>? specialParams,
)

Implementation

MovementData(this.didDetectRep, this.isInPosition, this.isGoodRep, this.currentRomValue, this.specialParams);