subscriptions property

List<Subscription>? subscriptions
getter/setter pair

The list of requested subscriptions, in the same order as the request.

Implementation

core.List<Subscription>? subscriptions;