copyWith property
- @JsonKey(includeFromJson: false, includeToJson: false)
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);