length property

int get length

Returns the total amount of currently added StreamSubscriptions

Implementation

int get length => _subscriptionsList.length;