copyWith abstract method
RouteConfig
copyWith(
{ - String? name,
- String? pathName,
- MapEntry<String, String>? className,
- bool? fullscreenDialog,
- bool? maintainState,
- String? returnType,
- List<RouteParamConfig>? parameters,
- bool? hasWrapper,
- List<RouteConfig>? children,
- bool? hasConstConstructor,
- Set<String>? imports,
- String? parentClassName,
})
Implementation
RouteConfig copyWith({
String? name,
String? pathName,
MapEntry<String, String>? className,
bool? fullscreenDialog,
bool? maintainState,
String? returnType,
List<RouteParamConfig>? parameters,
bool? hasWrapper,
List<RouteConfig>? children,
bool? hasConstConstructor,
Set<String>? imports,
String? parentClassName,
});