empty constant

OctaveSpanTimeline const empty

Empty timeline: shiftAt is always 0.

Implementation

static const OctaveSpanTimeline empty = OctaveSpanTimeline._(
  <OctaveSpanEvent>[],
);