Close class

Constructors

Close({int? day, String? time})
Close.fromJson(Map<String, dynamic> json)
factory

Properties

day int?
day a number from 0–6, corresponding to the days of the week, starting on Sunday. For example, 2 means Tuesday.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String?
time may contain a time of day in 24-hour hhmm format. Values are in the range 0000–2359. The time will be reported in the place’s time zone.
final

Methods

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.
inherited