Revenue class

Constructors

Revenue()

Properties

hashCode int
The hash code for this object.
no setterinherited
price double?
getter/setter pair
productId String?
getter/setter pair
properties Map<String, dynamic>?
getter/setter pair
quantity int
getter/setter pair
receipt String?
getter/setter pair
receiptSig String?
getter/setter pair
revenue double?
getter/setter pair
revenueType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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