subscriptions property

List<Subscription>? subscriptions
getter/setter pair

The list of subscriptions in the requested parent.

The order of the subscriptions is unspecified.

Implementation

core.List<Subscription>? subscriptions;