NextOpen class abstract

Next Open Model

Properties:

  • date - date when the location will be opened; for example "2018-11-16" (string) (this parameter is used only if closedNow true and neverOpens false)
  • dayOfWeek - day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)
  • hour - defines at which time at the date "date" the location will be open; for example: "13:00" (this parameter is used only if closedNow true and neverOpens false)
  • closedNow - true if the location is closed now; otherwise false
  • neverOpens - true if the location will never open again; otherwise false (this parameter is used only if closedNow true)
Annotations
  • @BuiltValue()

Constructors

NextOpen.new([void updates(NextOpenBuilder b)])
factory

Properties

closedNow bool?
true if the location is closed now; otherwise false
no setter
date Date?
date when the location will be opened; for example "2018-11-16" (string) (this parameter is used only if closedNow true and neverOpens false)
no setter
dayOfWeek NextOpenDayOfWeekEnum?
day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)
no setter
hashCode int
The hash code for this object.
no setterinherited
hour int?
defines at which time at the date "date" the location will be open; for example: "13:00" (this parameter is used only if closedNow true and neverOpens false)
no setter
neverOpens bool?
true if the location will never open again; otherwise false (this parameter is used only if closedNow true)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(NextOpenBuilder)) NextOpen
Rebuilds the instance.
inherited
toBuilder() NextOpenBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<NextOpen>
no setter