RegularService class

Constructors

RegularService.new({required String id, required OperatesOnDay monday, required OperatesOnDay tuesday, required OperatesOnDay wednesday, required OperatesOnDay thursday, required OperatesOnDay friday, required OperatesOnDay saturday, required OperatesOnDay sunday, required Date startDate, required Date endDate})
const

Properties

endDate Date
final
friday OperatesOnDay
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
monday OperatesOnDay
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturday OperatesOnDay
final
startDate Date
final
sunday OperatesOnDay
final
thursday OperatesOnDay
final
tuesday OperatesOnDay
final
wednesday OperatesOnDay
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