PullProxy<M extends JSONModel> class abstract

Constructors

PullProxy(Map<String, dynamic> _baseJSON, Http http, {LinkNotifier<PullLink>? notifier, Link? decorator, dynamic callback(int start, int size)?, Order order = Order.desc, int? offset, int range = 15, int trigger = 3, GlobalKey<ScaffoldState>? state, PullStrategy strategy = PullStrategy.offsetPolicy, bool initRequest = true})

Properties

baseId int?
getter/setter pair
decorator Link?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
http Http
getter/setter pair
length → dynamic
no setter
nextOffset int? Function(RequestResult<PullLink?> netresult)
getter/setter pair
offset int?
getter/setter pair
order Order
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strategy PullStrategy
getter/setter pair

Methods

get(int i, bool autoReload) → M
modelBuilder() → M
nextByCount(RequestResult<PullLink?> netResult) int?
nextByOffset(RequestResult<PullLink?> netResult) int?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetDefault() int
pushModel(List array) → dynamic
reset({Map<String, dynamic>? baseJSON}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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