StoreLicense class
Constructors
- StoreLicense({bool? isActive, String? skuStoreId, String? inAppOfferToken, num? expirationDate})
-
const
-
StoreLicense.fromJson(Map<
String, dynamic> json) -
factory
Properties
- expirationDate → num?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inAppOfferToken → String?
-
final
- isActive → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skuStoreId → String?
-
final
Methods
-
getExpirationDate(
) → DateTime? - get Expiration date in DateTime format.
-
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