copyWith function
Builder
copyWith(
- BuilderOptions _
Supports package:build_runner
creation and configuration of
copy_with_extension_gen
.
Not meant to be invoked by hand-authored code.
Implementation
Builder copyWith(BuilderOptions _) => SharedPartBuilder(
[CopyWithGenerator()],
'copyWith',
);