OpeningHours class
Часы работы организации.
Constructors
-
OpeningHours({required List<
List< weekOpeningHours, required bool isOpen24x7})WeekTimeInterval> > -
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isOpen24x7 → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
weekOpeningHours
→ List<
List< WeekTimeInterval> > -
Часы работы для каждого дня недели, начиная с понедельника.
final
Methods
-
copyWith(
{List< List< ? weekOpeningHours, bool? isOpen24x7}) → OpeningHoursWeekTimeInterval> > -
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