SubscriptionState class

Constructors

SubscriptionState.new({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})

Properties

context BuildContext?
getter/setter pair
currentSubscriptionId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isClicked bool?
getter/setter pair
isSubscribed bool?
getter/setter pair
isTrial bool?
getter/setter pair
loader bool?
getter/setter pair
pastSubscriptionId String
getter/setter pair
productResponse ProductDetailsResponse?
getter/setter pair
products List<ProductDetails>
getter/setter pair
purchasePending bool?
getter/setter pair
purchases List<PurchaseDetails>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItem int
getter/setter pair
selectedProductId String?
getter/setter pair
subscriptionProducts List<SubscriptionProducts>
getter/setter pair
subscriptionType int?
getter/setter pair
subsExpiryDate String
getter/setter pair
title String?
getter/setter pair

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

Operators

operator ==(Object other) bool
The equality operator.
inherited