Chord constructor

Chord({
  1. required ChordPattern pattern,
  2. required Pitch root,
})

Implementation

Chord({required this.pattern, required this.root});