BookingValues class

A range consisting of starting TimeOfDay and ending TimeOfDay.

Implemented types

Constructors

BookingValues(TimeOfDay start, TimeOfDay end, {bool isAvailable = false})

Properties

end TimeOfDay
The final/ending value of the BookingValues range.
final
hashCode int
The hash code for this object.
no setteroverride
isAvailable bool
If true then this BookingValues range is available for booking. Defaults to false.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start TimeOfDay
The initial/starting value of the BookingValues range.
final

Methods

compareTo(BookingValues other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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