PaginationMeta constructor
PaginationMeta({})
Implementation
PaginationMeta({
this.page,
this.pageSize,
this.nextCursor,
this.previousCursor,
this.hasNext = false,
this.hasPrevious = false,
this.totalCount,
DateTime? fetchedAt,
}) : fetchedAt = fetchedAt ?? DateTime.now();