copyWith method
Implementation
SearchChatAffiliateProgram copyWith({String? username, String? referrer}) =>
SearchChatAffiliateProgram(
username: username ?? this.username,
referrer: referrer ?? this.referrer,
);
SearchChatAffiliateProgram copyWith({String? username, String? referrer}) =>
SearchChatAffiliateProgram(
username: username ?? this.username,
referrer: referrer ?? this.referrer,
);