CsafeCmdSetWorkoutTime constructor
CsafeCmdSetWorkoutTime(
- ByteSerializable data
Implementation
CsafeCmdSetWorkoutTime(ByteSerializable data) : super.long(0x20, 3, data) {
validateData(data, [validateUnitType(UnitType.time)], shouldThrow: true);
}