chords property

List<Chord> get chords

Get all chords in this voice

Implementation

List<Chord> get chords {
  return elements.whereType<Chord>().toList();
}