NothingRoute constructor
Implementation
NothingRoute({
_i7.Key? key,
String? global,
List<_i6.PageRouteInfo>? children,
}) : super(
NothingRoute.name,
args: NothingRouteArgs(key: key, global: global),
rawQueryParams: {'global': global},
initialChildren: children,
);