MusicDuration constructor
const
MusicDuration(
- DurationType type, {
- int dots = 0,
Implementation
const MusicDuration(this.type, {this.dots = 0});
const MusicDuration(this.type, {this.dots = 0});