WeekendContainsDay class final

Documents which days of the week are considered to be a part of the weekend

See the Rust documentation for weekend for more information.

Constructors

WeekendContainsDay({required bool monday, required bool tuesday, required bool wednesday, required bool thursday, required bool friday, required bool saturday, required bool sunday})

Properties

friday bool
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
monday bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturday bool
getter/setter pair
sunday bool
getter/setter pair
thursday bool
getter/setter pair
tuesday bool
getter/setter pair
wednesday bool
getter/setter pair

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