copyWith property
- @JsonKey.new(includeFromJson: false, includeToJson: false)
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);