MmSubscription constructor
MmSubscription({})
Returns a new MmSubscription instance.
Implementation
MmSubscription({
this.id,
this.customerId,
this.productId,
this.addOns = const [],
this.startAt,
this.endAt,
this.createAt,
this.seats,
this.dns,
});