DaysWithServices class Providers
Dates at which where exist archived services in Worker. Depend on hiveDateTimeBox .
- Inheritance
-
- Object
- BuildlessNotifier<
Set< DateTime> > - DaysWithServices
- Annotations
-
- @Riverpod(keepAlive: true)
Constructors
Properties
- apiKey ↔ String
-
latefinalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- init ↔ bool
-
read / write
- name → String
-
read-only
-
preInit
→ Set<
DateTime> -
final
-
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-getter
-
stateOrNull
→ Set<
DateTime> ? -
The value currently exposed by this Notifier.
read-onlyinherited
Methods
-
addAll(
Iterable< DateTime> map) → void -
build(
String apiKey) → Set< DateTime> -
future(
) → Future< Box< DateTime> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save(
[Box< DateTime> ? _]) → Future<void> - For tests and internal use only.
-
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