copyWith property

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

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

Implementation

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