NavigationError constructor

const NavigationError(
  1. String message, [
  2. Object? error,
  3. StackTrace? stackTrace
])

Implementation

const NavigationError(
  this.message, [
  this.error,
  this.stackTrace,
]);