Refund class

Constructors

Refund({ItemType? type, String? optType, Operation? operation, String? operator, num? quantity, num? unitPrice, num? amount, String? description, String? department, String? justification})

Properties

amount num?
getter/setter pair
department String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
justification String?
getter/setter pair
operation Operation?
getter/setter pair
operator String?
getter/setter pair
optType String?
getter/setter pair
quantity num?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ItemType?
getter/setter pair
unitPrice num?
getter/setter pair

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