Transposition constructor
const
Transposition({})
Implementation
const Transposition({
this.diatonic = 0,
this.chromatic = 0,
this.octaveChange = 0,
this.doubled = false,
this.doubledAbove = false,
});
const Transposition({
this.diatonic = 0,
this.chromatic = 0,
this.octaveChange = 0,
this.doubled = false,
this.doubledAbove = false,
});