TrayRequestMetadata constructor
TrayRequestMetadata({})
Implementation
TrayRequestMetadata({
required this.currentPage,
required this.limit,
required this.totalPages,
required this.hasNextPage,
required this.hasPreviousPage,
this.totalResults,
this.extra = const {},
});