copyWith method
Implementation
ViewSponsoredChat copyWith({int? sponsoredChatUniqueId}) => ViewSponsoredChat(
sponsoredChatUniqueId: sponsoredChatUniqueId ?? this.sponsoredChatUniqueId,
);
ViewSponsoredChat copyWith({int? sponsoredChatUniqueId}) => ViewSponsoredChat(
sponsoredChatUniqueId: sponsoredChatUniqueId ?? this.sponsoredChatUniqueId,
);