SubscriptionModel constructor
SubscriptionModel({})
Implementation
SubscriptionModel({
required this.toExt,
required this.fromAccId,
required this.mimeSubType,
required this.eventType,
this.body,
});
SubscriptionModel({
required this.toExt,
required this.fromAccId,
required this.mimeSubType,
required this.eventType,
this.body,
});