isEmpty property

bool get isEmpty

Returns true when list of subscriptions is empty

Implementation

bool get isEmpty => _subscriptions.isEmpty;