copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$BadgeCopyWith<Badge> get copyWith
inherited

Create a copy of Badge with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$BadgeCopyWith<Badge> get copyWith => _$BadgeCopyWithImpl<Badge>(this as Badge, _$identity);