SearchDayGroup class final
A group of week days.
Constructors
- SearchDayGroup(int value)
-
const
Properties
Methods
-
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 &(
SearchDayGroup other) → SearchDayGroup -
operator ==(
covariant SearchDayGroup other) → bool -
The equality operator.
override
-
operator |(
SearchDayGroup other) → SearchDayGroup -
operator ~(
) → SearchDayGroup
Constants
- Everyday → const SearchDayGroup
- Every day of the week
- Friday → const SearchDayGroup
- Friday.
- Monday → const SearchDayGroup
- Monday.
- None → const SearchDayGroup
- Nothing.
- Saturday → const SearchDayGroup
- Saturday.
- Sunday → const SearchDayGroup
- Sunday.
- Thursday → const SearchDayGroup
- Thursday.
- Tuesday → const SearchDayGroup
- Tuesday.
- Wednesday → const SearchDayGroup
- Wednesday.
- Weekdays → const SearchDayGroup
- Weekdays from Monday to Friday.
- Weekend → const SearchDayGroup
- Weekend days (Saturday and Sunday)