Transaction class
Constructors
-
Transaction.new(Map<
String, dynamic> _raw)
Properties
- fixedTipAmount → num
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- indicator → TipIndicator
-
no setter
- percentageTipAmount → num
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipCalculated → num
-
no setter
- transactionAmount → num
-
no setter
Methods
-
logDebugingTip(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited