ClientServiceState class Data Models
- Annotations
Constructors
-
ClientServiceState({required int rejected, required int added, required int left, required int done, required ClientService client, required Ref<
Object?> ref, @Default(false) bool isReadOnly}) -
constfactory
Properties
- addAllowed → bool
-
read-only
- added → int
-
read-onlyinherited
- client → ClientService
-
read-onlyinherited
-
copyWith
→ $ClientServiceStateCopyWith<
ClientServiceState> -
read-onlyinherited
- deleteAllowed → bool
-
read-only
- done → int
-
finished + outDated
read-onlyinherited
-
fullState
→ List<
int> -
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isReadOnly → bool
-
Only true for Archive app state
read-onlyinherited
- left → int
-
plan - filled - added - done
read-onlyinherited
- proofs → ProofList
-
read-only
-
proofsOf
→ Provider<
(List< Proof> , ProofList)> -
read-only
-
ref
→ Ref<
Object?> -
read-onlyinherited
- rejected → int
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
add(
) → Future< bool> - Add ServiceOfJournal.
-
addProof(
) → void -
delete(
) → Future< bool> - Delete ServiceOfJournal.
-
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