Product class

Constructors

Product()

Properties

brand String?
no getter
category String?
no getter
couponCode String?
no getter
hashCode int
The hash code for this object.
no setterinherited
id String?
no getter
name String?
no getter
position int?
no getter
price double?
no getter
quantity int?
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variant String?
no getter

Methods

build(String prefix) HashMap<String, String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCustomDimension(int index, String? value) → void
setCustomMetric(int index, int? value) → void
setValueEncoder(String valueEncoder(String)?) → void
toString() String
A string representation of this object.
inherited

Operators

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