IterableCubitUpdating<Value, ExtraData> class

The job list is being updated.

If using MultiCubit, listeners will need to request the current section to refresh it.

Inheritance

Constructors

IterableCubitUpdating({int? length, required BuiltMap<int, Value> allValues, ExtraData? extraData, required BuiltMap<int, Value> oldAllValues})

Properties

acquiredValues → BuiltList<Value>
no setterinherited
allValues → BuiltMap<int, Value>
Contains all indexed values.
finalinherited
extraData → ExtraData?
What you want :)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
length int?
Defines the maximum amount of possible values. If it is null, it is not known.
finalinherited
lostValues → BuiltList<Value>
no setterinherited
oldAllValues → BuiltMap<int, Value>
final
oldValues → BuiltList<Value>
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections → BuiltList<PageOffset>
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
values → BuiltList<Value>
no setterinherited

Methods

containsSection(PageOffset section) bool
inherited
copyWith({Optional<BuiltMap<int, Value>?> allValues = const Optional(), Optional<ExtraData?> extraData = const Optional()}) IterableCubitState<Value, ExtraData>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toUpdated({int? length, BuiltMap<int, Value>? allValues}) IterableCubitState<Value, ExtraData>
inherited
toUpdateFailed({Object? failure}) IterableCubitState<Value, ExtraData>
inherited
toUpdating() IterableCubitState<Value, ExtraData>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited