Subscription constructor
Subscription({
- List<
SubscriptionUpdate> ? update, - Object? remove,
- bool? success,
Implementation
Subscription({
this.update,
this.remove,
this.success,
});