length property

int get length

Returns number of subscriptions in list

Implementation

int get length => _subscriptions.length;