PreorderDetailsAndroid class
Pre-order details for one-time purchase products (Android) Available in Google Play Billing Library 8.1.0+
Constructors
- PreorderDetailsAndroid({required String preorderPresaleEndTimeMillis, required String preorderReleaseTimeMillis})
-
const
-
PreorderDetailsAndroid.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- preorderPresaleEndTimeMillis → String
-
Pre-order presale end time in milliseconds since epoch.
This is when the presale period ends and the product will be released.
final
- preorderReleaseTimeMillis → String
-
Pre-order release time in milliseconds since epoch.
This is when the product will be available to users who pre-ordered.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited