NavigationAction constructor
NavigationAction({})
Implementation
NavigationAction({
this.navigationType = NavigationType.push,
this.linkType = LinkType.url,
this.route,
this.url,
super.title,
super.isAwaited,
}) : super(schemaType: schemaName);