subs property

List<StreamSubscription> subs
getter/setter pair

Implementation

List<StreamSubscription> subs = List.empty(growable: true);