Skip to content

Commit 0fa14b9

Browse files
committed
update template
1 parent 8d61e25 commit 0fa14b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/featured_v1.dart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ extension ___CLASS_NAME___X on ___CLASS_NAME___ {
237237
}
238238
239239
/// Creates a copy of this instance, replacing the specified fields.
240-
___CLASS_NAME___ copyWith(___CLASS_NAME___ src, {
240+
___CLASS_NAME___ copyWith({
241241
___COPY_WITH_PARAMS___
242242
}) {
243243
return ___CLASS_NAME___.assertRequired(
@@ -246,7 +246,7 @@ extension ___CLASS_NAME___X on ___CLASS_NAME___ {
246246
}
247247
248248
/// Creates a copy of this instance, removing the specified fields.
249-
___CLASS_NAME___ copyWithout(___CLASS_NAME___ src, {
249+
___CLASS_NAME___ copyWithout({
250250
___COPY_WITHOUT_PARAMS___
251251
}) {
252252
return ___CLASS_NAME___.assertRequired(

0 commit comments

Comments
 (0)