Caesura constructor

Caesura({
  1. BreathType type = BreathType.caesura,
})

Implementation

Caesura({this.type = BreathType.caesura});