CheckSubscriptionData class
Constructors
- CheckSubscriptionData.new({dynamic subscriptionType, String? productId, String? expiryDate, String? purchasedDate, bool? isActive, bool? isCancelled})
- CheckSubscriptionData.fromJson(dynamic json)
Properties
- expiryDate → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive → bool?
-
no setter
- isCancelled → bool?
-
no setter
- productId → String?
-
no setter
- purchasedDate → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionType → dynamic
-
no setter
Methods
-
copyWith(
{dynamic subscriptionType, String? productId, String? expiryDate, String? purchasedDate, bool? isActive, bool? isCancelled}) → CheckSubscriptionData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited