MiniProgramPagedBackendSnapshot constructor
const
MiniProgramPagedBackendSnapshot({
- required String requestId,
- required MiniProgramBackendSnapshotStatus status,
- String? endpoint,
- String method = 'GET',
- int? statusCode,
- String? message,
- String? errorCode,
- List<
Object?> items = const <Object?>[], - Object? nextCursor,
- bool hasMore = false,
- int pageCount = 0,
- bool loadingMore = false,
- bool fromCache = false,
- DateTime? updatedAt,
Implementation
const MiniProgramPagedBackendSnapshot({
required this.requestId,
required this.status,
this.endpoint,
this.method = 'GET',
this.statusCode,
this.message,
this.errorCode,
this.items = const <Object?>[],
this.nextCursor,
this.hasMore = false,
this.pageCount = 0,
this.loadingMore = false,
this.fromCache = false,
this.updatedAt,
});