SubscriptionState class
Constructors
-
SubscriptionState({BuildContext? context, bool? loader, bool? isSubscribed, bool? purchasePending, bool? isTrial, String? title, bool? isClicked, int? selectedItem, int? subscriptionType, ProductDetailsResponse? productResponse, String? subsExpiryDate, List<ProductDetails>? products, List<SubscriptionProducts>? subscriptionProducts, List<PurchaseDetails>? purchases, String? pastSubscriptionId, String? currentSubscriptionId, String? selectedProductId})
-
Methods
-
copyWith({BuildContext? context, bool? loader, bool? isSubscribed, bool? purchasePending, bool? isTrial, String? title, bool? isClicked, int? selectedItem, int? subscriptionType, ProductDetailsResponse? productResponse, String? subsExpiryDate, List<ProductDetails>? products, List<SubscriptionProducts>? subscriptionProducts, List<PurchaseDetails>? purchases, String? pastSubscriptionId, String? currentSubscriptionId, String? selectedProductId})
→ SubscriptionState
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited