ValidTimeWindowAndroid class

Valid time window for when an offer is available (Android) Available in Google Play Billing Library 7.0+

Constructors

ValidTimeWindowAndroid({required String endTimeMillis, required String startTimeMillis})
const
ValidTimeWindowAndroid.fromJson(Map<String, dynamic> json)
factory

Properties

endTimeMillis String
End time in milliseconds since epoch
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTimeMillis String
Start time in milliseconds since epoch
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited