FirebaseAnalyticsPurchasedProduct class

Loggable for Firebase Analytics Purchased Product.

Firebase Analytics 購入商品用の Loggable。

Constructors

FirebaseAnalyticsPurchasedProduct.new({required String productId, String? name, String? category, required double price, int quantity = 1})
Loggable for Firebase Analytics Purchased Product.
const

Properties

category String?
Category.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
Name.
final
price double
Price.
final
productId String
Product ID.
final
quantity int
Quantity.
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