CoreDetail<I extends CoreItem<ID>, ID> class abstract

Annotations

Constructors

CoreDetail({required I item, double qty = 1, double discount = 0})
const

Properties

discount double
no setter
hashCode int
The hash code for this object.
no setterinherited
item → I
final
lineTotal double
no setter
price double
no setter
qty double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitPrice double
no setter

Methods

copyWith({I? item, double? qty, double? discount}) CoreDetail<CoreItem, dynamic>
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