MiniProgramPagedBackendQuery constructor
const
MiniProgramPagedBackendQuery({})
Implementation
const MiniProgramPagedBackendQuery({
required this.requestId,
required this.endpoint,
this.limit = 20,
this.initialCursor,
this.cursorParam = 'cursor',
this.limitParam = 'limit',
this.itemsPath = 'items',
this.nextCursorPath = 'nextCursor',
this.hasMorePath = 'hasMore',
this.cacheTtl,
this.forceRefresh = false,
});