Properties class

Constructors

Properties({double? revenue, String? currency, double? value, String? path, String? referrer, String? title, String? url, String? name, String? category, String? sku, double? price, String? id, String? orderId, double? total, double? subtotal, double? shipping, double? tax, double? discount, String? coupon, List<Product>? products, bool? repeat, Map<String, Object> others = const {}})

Properties

category String?
final
coupon String?
final
currency String?
final
discount double?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
name String?
final
orderId String?
final
others Map<String, Object>
final
path String?
final
price double?
final
products List<Product>?
final
referrer String?
final
repeat bool?
final
revenue double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping double?
final
sku String?
final
subtotal double?
final
tax double?
final
title String?
final
total double?
final
url String?
final
value double?
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