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