Describes if an organization is open or closed now.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isOpenNow → bool?
-
Is open right now.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortText → String?
-
Human-readable short localized description of current state.
no setter
-
One of the following 3 tags: 'break', 'opening_soon', 'closing_soon'.
Additional tag values may be added eventually.
no setter
- text → String?
-
Human-readable localized description of current state.
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 ==(
covariant SearchState other) → bool -
The equality operator.
override