NewSubscriptionCreate constructor
NewSubscriptionCreate({
- required String plan,
- required PaymentMethodEnum paymentMethod,
- required bool tosAccepted,
Returns a new NewSubscriptionCreate instance.
Implementation
NewSubscriptionCreate({
required this.plan,
required this.paymentMethod,
required this.tosAccepted,
});