SubscriptionsResponse constructor
const
SubscriptionsResponse({})
Implementation
const SubscriptionsResponse({
required this.context,
required this.id,
required this.type,
required this.lastEventId,
required this.subscriptions,
});