UserCustomSubscriptionEvent constructor
UserCustomSubscriptionEvent({})
Implementation
UserCustomSubscriptionEvent({
required this.type,
required this.subtype,
required super.data,
super.userData,
});
UserCustomSubscriptionEvent({
required this.type,
required this.subtype,
required super.data,
super.userData,
});