LoadDataEvent<V, T extends PageResponse<V>> class abstract

Inheritance

Constructors

LoadDataEvent({int page = 1})

Properties

hashCode int
The hash code for this object.
no setterinherited
page int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ApiBaseState<V>
Allows access anywhere in the event without explicitly passing it around
getter/setter pairinherited

Methods

getData(CancelToken cancelToken) Future<T>
handle() Future<void>
Handle the event
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