phaseTexts constant

Map<BreathingPhase, String> const phaseTexts

Implementation

static const Map<BreathingPhase, String> phaseTexts = {
  BreathingPhase.inhale: 'INHALA',
  BreathingPhase.holdIn: 'SOSTÉN',
  BreathingPhase.exhale: 'EXHALA',
  BreathingPhase.holdOut: 'PAUSA',
};