Rest constructor

Rest({
  1. required Duration duration,
  2. List<Ornament> ornaments = const [],
})

Implementation

Rest({required this.duration, this.ornaments = const []});