DataCollectionUpdatedState<T> class

Updated state of data collection. Used when collection has been successfully updated.

Inheritance

Constructors

DataCollectionUpdatedState.new({required Iterable<T> originalData, required Iterable<T> data, required Map<String, FilterAction<T>> filters, required Map<String, MatchAction<T>> matchers, SortAction<T>? sort})
Updated state of data collection. Used when collection has been successfully updated.

Properties

data Iterable<T>
finalinherited
dataCount int
no setterinherited
filters Map<String, FilterAction<T>>
finalinherited
hasFilters bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasMatchers bool
no setterinherited
matchers Map<String, MatchAction<T>>
finalinherited
originalData Iterable<T>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort SortAction<T>?
finalinherited

Methods

containsFilter(String key) bool
inherited
containsMatcher(String key) bool
inherited
copyWith({Iterable<T>? originalData, Iterable<T>? data, Map<String, FilterAction<T>>? filters, Map<String, MatchAction<T>>? matchers, SortAction<T>? sort}) DataCollectionState<T>
override
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