SubscriptionHandle constructor
const
SubscriptionHandle({})
Implementation
const SubscriptionHandle({
required this.subscriptionId,
required this.topic,
required this.mode,
required this.createdAt,
this.expiresAt,
});