RewardAvailabilityModel class

Annotations
  • @JsonSerializable()

Constructors

RewardAvailabilityModel()
RewardAvailabilityModel.fromJson(Map<String, dynamic> json)
factory

Properties

collectibleDefinitions List<CollectibleDefinitions>?
getter/setter pair
decryptedToken String?
getter/setter pair
gameEarnByDate String?
getter/setter pair
hasExistingCode bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasOffer bool?
getter/setter pair
isLoyaltyReward bool?
getter/setter pair
isOffer bool?
getter/setter pair
offerApplied bool?
getter/setter pair
recordDefinitions List<DestinyRecordDefinition>?
getter/setter pair
redemptionEndDate String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopifyEndDate String?
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
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

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<RewardAvailabilityModel>