copyWith property
- @JsonKey(includeFromJson: false, includeToJson: false)
inherited
Create a copy of RefundConfig with the given fields replaced by the non-null parameter values.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$RefundConfigCopyWith<RefundConfig> get copyWith =>
_$RefundConfigCopyWithImpl<RefundConfig>(
this as RefundConfig, _$identity);