ModuleRoute constructor
ModuleRoute({})
Implementation
ModuleRoute({
required this.path,
this.allowAnonymous = false,
this.isFullscreenDialog = false,
required this.builder,
});
ModuleRoute({
required this.path,
this.allowAnonymous = false,
this.isFullscreenDialog = false,
required this.builder,
});