HarmonicLabel constructor

HarmonicLabel({
  1. String? symbol,
  2. ScaleDegree? scaleDegree,
  3. MelodicFunction? melodicFunction,
  4. MelodicInterval? melodicInterval,
  5. HarmonicInterval? harmonicInterval,
  6. String? targetXmlId,
})

Implementation

HarmonicLabel({
  this.symbol,
  this.scaleDegree,
  this.melodicFunction,
  this.melodicInterval,
  this.harmonicInterval,
  this.targetXmlId,
});