isEmpty property
bool
get
isEmpty
True when no OctaveMark exists anywhere on the staff.
Implementation
bool get isEmpty => _events.isEmpty;
True when no OctaveMark exists anywhere on the staff.
bool get isEmpty => _events.isEmpty;