copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$CardStyleCopyWith<CardStyle> get copyWith
inherited

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

Implementation

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