menu
flutter_notemus package
documentation
core/voice.dart
Voice
rests property
rests property
dark_mode
light_mode
rests
property
List
<
Rest
>
get
rests
Get all rests in this voice
Implementation
List<Rest> get rests { return elements.whereType<Rest>().toList(); }
flutter_notemus package
documentation
core/voice
Voice
rests property
Voice class