length property
int
get
length
Returns the total amount of currently added StreamSubscriptions
Implementation
int get length => _subscriptionsList.length;
Returns the total amount of currently added StreamSubscriptions
int get length => _subscriptionsList.length;