IterableCubitState<Value, ExtraData> class abstract

Implementers

Constructors

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

Properties

allValues → BuiltMap<int, Value>
Contains all indexed values.
final
extraData → ExtraData?
What you want :)
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.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections → BuiltList<PageOffset>
no setter
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
values → BuiltList<Value>
no setter

Methods

containsSection(PageOffset section) bool
copyWith({Optional<BuiltMap<int, Value>?> allValues = const Optional(), Optional<ExtraData?> extraData = const Optional()}) IterableCubitState<Value, ExtraData>
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>
toUpdateFailed({Object? failure}) IterableCubitState<Value, ExtraData>
toUpdating() IterableCubitState<Value, ExtraData>

Operators

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