PaginationError<T> constructor

PaginationError<T>({
  1. required dynamic error,
})

Implementation

PaginationError({required this.error});