isEmpty property

bool get isEmpty

Whether this collection is empty.

Implementation

bool get isEmpty => _callbacks.isEmpty;