PageRedirect constructor

PageRedirect({
  1. GetPage? route,
  2. GetPage? unknownRoute,
  3. bool isUnknown = false,
  4. RouteSettings? settings,
})

Implementation

PageRedirect({
  this.route,
  this.unknownRoute,
  this.isUnknown = false,
  this.settings,
});