NavigationError constructor

NavigationError({
  1. String? message,
})

Implementation

NavigationError({
  this.message,
});