DocumentRoute constructor

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

Implementation

DocumentRoute({
  _i6.Key? key,
  String? id,
  String? global,
  List<_i5.PageRouteInfo>? children,
}) : super(
        DocumentRoute.name,
        args: DocumentRouteArgs(key: key, id: id, global: global),
        rawQueryParams: {'path': id, 'global': global},
        initialChildren: children,
      );