copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$RefundConfigCopyWith<RefundConfig> get copyWith
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);