NavigatorDetails_PopAndPushNamed constructor

NavigatorDetails_PopAndPushNamed(
  1. String routeName, {
  2. Object? result,
  3. Object? arguments,
})

Implementation

NavigatorDetails_PopAndPushNamed(
  this.routeName, {
  this.result,
  this.arguments,
});