copyWith property

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

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

Implementation

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