IterableCubitUpdateFailed<Value, ExtraData> class

The job is failed.

The reason for the failure is saved on failure.

Inheritance

Constructors

IterableCubitUpdateFailed({int? length, required BuiltMap<int, Value> allValues, ExtraData? extraData, Object? failure})

Properties

allValues → BuiltMap<int, Value>
Contains all indexed values.
finalinherited
extraData → ExtraData?
What you want :)
finalinherited
failure Object?
final
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
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
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