toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => _withoutNulls({
      'enabled': enabled,
      'repetitions': repetitions,
      'secondsPerStretch': secondsPerStretch,
      'restSecondsBetweenStretches': restSecondsBetweenStretches,
      'introSoundKey': introSoundKey,
      'positionDetectors': positionDetectors,
    });