InAppPurchaseItem class

Constructors

InAppPurchaseItem.new({required dynamic id, required String productId, required String price, required double priceValue, required String originalPrice, required double originalPriceValue, required String currency, required String title, required String adTitle})

Properties

adTitle String
final
currency String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
final
originalPrice String
final
originalPriceValue double
final
price String
getter/setter pair
priceValue double
getter/setter pair
productId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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