LoadAction<PageKey> class sealed

Represents the type of data loading action to be performed.

This is a sealed class with three concrete implementations that define the type of data fetch operation:

  • Refresh: For a full refresh of the data, starting from the beginning.
  • Prepend: To load more data at the beginning of the list.
  • Append: To load more data at the end of the list.
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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