SubscriptionInfo constructor
const
SubscriptionInfo({})
Implementation
const SubscriptionInfo({
required this.id,
required this.type,
required this.topic,
required this.subscriber,
required this.active,
this.payload,
this.lastEventId,
});