TicketType class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isShopInput → bool
-
no setter
- isShopOutput → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeString → String
-
no setter
- typeStringKsde → 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
allTicketTypes
↔ List<
TicketType> -
getter/setter pair
Static Methods
-
tryParse(
String val) → TicketType
Constants
-
financialTypes
→ const List<
TicketType> - sell → const TicketType
- sellCovered → const TicketType
- sellDeferred → const TicketType
- spend → const TicketType
- spendCovered → const TicketType
- spendDeferred → const TicketType
- stockIn → const TicketType
- stockOut → const TicketType
- unknown → const TicketType
- wage → const TicketType