ProofListFamily class Inner API Providers

Notifier that store and manage list of ProofEntry.

It does:

  • load proofs from filesystem with loadProofsFromFS function,
  • it is a Notifier,
  • add new proofs,
  • ...

If serviceId == null, it create/collect proof for whole day.

Copied from ProofList.

Inheritance

Constructors

ProofListFamily()
Notifier that store and manage list of ProofEntry.
const

Properties

allTransitiveDependencies Iterable<ProviderOrFamily>?
All the dependencies of a provider and their dependencies too.
read-onlyoverride
dependencies Iterable<ProviderOrFamily>?
The list of providers that this provider potentially depends on.
read-onlyoverride
from Family<Object?>?
The family that this provider/family depends on.
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
name String?
A custom label for providers.
read-onlyoverride
overriddenFamily Family<List<Proof>>
The family that was overridden.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

call({required int workerId, required int contractId, required String date, required int? serviceId, String worker = '', String client = '', String service = ''}) ProofListProvider
Notifier that store and manage list of ProofEntry.
getProviderOverride(covariant ProofListProvider provider) ProofListProvider
Obtains the new behavior for a provider associated to the overridden family.
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.
inherited