AllDaysWithServices class Providers
Dates at which there are exist archived services (aggregate from daysWithServicesProvider) for each Worker.
- Inheritance
-
- Object
- BuildlessNotifier<
Set< DateTime> > - _$AllDaysWithServices
- AllDaysWithServices
- Annotations
-
- @Riverpod(keepAlive: true)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
ref
→ NotifierProviderRef<
Set< DateTime> > -
The Ref from the provider associated with this Notifier.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
state
↔ Set<
DateTime> -
The value currently exposed by this Notifier.
read / writeinherited
-
stateOrNull
→ Set<
DateTime> ? -
The value currently exposed by this Notifier.
read-onlyinherited
Methods
-
build(
) → Set< DateTime> -
Initialize a Notifier.
override
-
future(
) → Future< List< Box< >DateTime> > - Future where all underlying providers initialized.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateShouldNotify(
Set< DateTime> previous, Set<DateTime> next) → bool -
A method invoked when the state exposed by this Notifier changes.
It compares the previous and new value, and return whether listeners
should be notified.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited