ApphudSubscriptionWrapper class
- Annotations
-
- @JsonSerializable(anyMap: true)
Constructors
- ApphudSubscriptionWrapper.new({required String productId, required double expiresAt, required bool isInRetryBilling, required bool isAutorenewEnabled, required bool isIntroductoryActivated, required bool isActive, required ApphudSubscriptionStatus status, required double startedAt, double? canceledAt, String? purchaseToken, String? platform, String? basePlanId})
- ApphudSubscriptionWrapper.fromJson(Map map)
-
factory
Properties
- basePlanId → String?
-
final
- canceledAt → double?
-
final
- expiresAt → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive → bool
-
final
- isAutorenewEnabled → bool
-
final
- isInRetryBilling → bool
-
final
- isIntroductoryActivated → bool
-
final
- platform → String?
-
final
- productId → String
-
final
- purchaseToken → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startedAt → double
-
final
- status → ApphudSubscriptionStatus
-
final
Methods
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited