NothingRoute constructor

NothingRoute({
  1. Key? key,
  2. String? global,
  3. List<PageRouteInfo<Object?>>? children,
})

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,
      );