ApphudSubscriptionWrapper class
- Annotations
-
- @JsonSerializable(anyMap: true)
Constructors
- ApphudSubscriptionWrapper({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})
- ApphudSubscriptionWrapper.fromJson(Map map)
-
factory
Properties
- 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
- productId → 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