WisePagedLoadList<T> constructor
WisePagedLoadList<T> ({})
Implementation
WisePagedLoadList({
required this.future,
required this.rowBuilder,
this.pageSize = 20,
this.payload,
});
WisePagedLoadList({
required this.future,
required this.rowBuilder,
this.pageSize = 20,
this.payload,
});