PaginationException constructor

const PaginationException(
  1. String message, {
  2. Object? originalError,
  3. StackTrace? stackTrace,
})

Implementation

const PaginationException(this.message, {this.originalError, this.stackTrace});