PaginationResponse<T extends Object>.notFound constructor
PaginationResponse<T extends Object>.notFound ()
Constructs a PaginationResponse instance with a not found status.
Implementation
PaginationResponse.notFound() : super(status: Status.notFound);