SubscriptionModel constructor

SubscriptionModel({
  1. required String toExt,
  2. required int fromAccId,
  3. required String mimeSubType,
  4. required String eventType,
  5. String? body,
})

Implementation

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