ScalePattern constructor

ScalePattern({
  1. required String name,
  2. required List<Interval> intervals,
})

Implementation

ScalePattern({required this.name, required this.intervals}) {
  _byName['$name ${this.runtimeType}'] = this;
}