OpeningHours class

Часы работы организации.

Constructors

OpeningHours({required List<List<WeekTimeInterval>> weekOpeningHours, required bool isOpen24x7})
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<WeekTimeInterval>>? weekOpeningHours, bool? isOpen24x7}) OpeningHours
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