WorkStatus class
Статус работы.
Constructors
- WorkStatus({required bool isOpen, required String description})
-
const
Properties
- description → String
-
Текстовое описание.
Например, "Открыто до 21:00", "Круглосуточно", "Закроется через 5 минут".
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isOpen → bool
-
Открыто ли сейчас.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? isOpen, String? description}) → WorkStatus -
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.
override