Append<Key> class abstract

Implemented types

Constructors

Append.new({required Key key, required int loadSize})
const
factory

Properties

copyWith → _$$AppendImplCopyWith<Key, _$AppendImpl<Key>>
no setter
hashCode int
The hash code for this object.
no setterinherited
key → Key
Key for the page to be loaded.
no setter
loadSize int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult refresh(Refresh<Key> value), required TResult append(Append<Key> value), required TResult prepend(Prepend<Key> value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? refresh(Refresh<Key> value)?, TResult? append(Append<Key> value)?, TResult? prepend(Prepend<Key> value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult refresh(Refresh<Key> value)?, TResult append(Append<Key> value)?, TResult prepend(Prepend<Key> value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult refresh(Key? key, int loadSize)?, TResult append(Key key, int loadSize)?, TResult prepend(Key key, int loadSize)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult refresh(Key? key, int loadSize), required TResult append(Key key, int loadSize), required TResult prepend(Key key, int loadSize)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? refresh(Key? key, int loadSize)?, TResult? append(Key key, int loadSize)?, TResult? prepend(Key key, int loadSize)?}) → TResult?
inherited

Operators

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