We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d61e25 commit 0fa14b9Copy full SHA for 0fa14b9
templates/featured_v1.dart.md
@@ -237,7 +237,7 @@ extension ___CLASS_NAME___X on ___CLASS_NAME___ {
237
}
238
239
/// Creates a copy of this instance, replacing the specified fields.
240
- ___CLASS_NAME___ copyWith(___CLASS_NAME___ src, {
+ ___CLASS_NAME___ copyWith({
241
___COPY_WITH_PARAMS___
242
}) {
243
return ___CLASS_NAME___.assertRequired(
@@ -246,7 +246,7 @@ extension ___CLASS_NAME___X on ___CLASS_NAME___ {
246
247
248
/// Creates a copy of this instance, removing the specified fields.
249
- ___CLASS_NAME___ copyWithout(___CLASS_NAME___ src, {
+ ___CLASS_NAME___ copyWithout({
250
___COPY_WITHOUT_PARAMS___
251
252
0 commit comments