TableTransactionItem class

Constructors

TableTransactionItem({required DateTime date, required double capacity, required double saleAmount, required double salePrice})

Properties

capacity double
getter/setter pair
capacityString String
no setter
date DateTime
getter/setter pair
dateString String
no setter
datetFormat ↔ DateFormat
getter/setter pair
formatter ↔ NumberFormat
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saleAmount double
getter/setter pair
saleAmountString String
no setter
salePrice double
getter/setter pair
salePriceString String
no setter

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