copyWith property

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

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

Implementation

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