NewSubscriptionCreate constructor

NewSubscriptionCreate({
  1. required String plan,
  2. required PaymentMethodEnum paymentMethod,
  3. required bool tosAccepted,
})

Returns a new NewSubscriptionCreate instance.

Implementation

NewSubscriptionCreate({
  required this.plan,
  required this.paymentMethod,
  required this.tosAccepted,
});