WorkingHrModel class

Model for working hours.

Constructors

WorkingHrModel({required int startHr, required int endHr})
Hour range when the link is accessible (startHr:00:00 - endHr:59:59)
const

Properties

endHr int
End hour in 24-hour format, interpreted as endHr:59:59 (inclusive).
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startHr int
Start hour in 24-hour format, interpreted as startHr:00:00 (inclusive).
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.
override