SearchClosed enum
Company working status.
Values
- Unknown → const SearchClosed
-
Default value.
- Permanent → const SearchClosed
-
A company which is closed forever.
- Temporary → const SearchClosed
-
A company that is closed temporarily.
Properties
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
Constants
-
values
→ const List<
SearchClosed> - A constant List of the values in this enum, in order of their declaration.