IdeaIapItem class

Annotations
  • @JsonSerializable()

Constructors

IdeaIapItem({required String offerId, required String kind, required String way, required int effect, required int coins, required IdeaProductItem? iap, required IdeaSubscriptionItem? subscription, required int discount, String? localizedPrice})
IdeaIapItem.fromJson(Map json)
factory

Properties

coins int
final
discount int
final
effect int
final
hashCode int
The hash code for this object.
no setterinherited
iap IdeaProductItem?
final
kind String
final
localizedPrice String?
getter/setter pair
offerId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription IdeaSubscriptionItem?
final
way String
final

Methods

getLocalizedPrice() String?
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