withPath method
Creates a new context with an updated path
Implementation
GenerationContext withPath(List<TypeName> newPath) {
return copyWith(path: newPath);
}
Creates a new context with an updated path
GenerationContext withPath(List<TypeName> newPath) {
return copyWith(path: newPath);
}