DataCollectionInitialState<T> class

Initial state of data collection. Used when collection is first created.

Inheritance

Constructors

DataCollectionInitialState({required Iterable<T> originalData, required Iterable<T> data, Map<String, FilterAction<T>>? filters, Map<String, MatchAction<T>>? matchers, SortAction<T>? sort})
Initial state of data collection. Used when collection is first created.

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