SmartPaginationError<T> constructor

SmartPaginationError<T>({
  1. required Exception error,
})

Implementation

SmartPaginationError({required Exception error}) : _error = error;