SmartPaginationError<T> constructor
SmartPaginationError<T> ({
- required Exception error,
Implementation
SmartPaginationError({required Exception error}) : _error = error;