copyWith method

OpenSponsoredChat copyWith({
  1. int? sponsoredChatUniqueId,
})

Implementation

OpenSponsoredChat copyWith({int? sponsoredChatUniqueId}) => OpenSponsoredChat(
  sponsoredChatUniqueId: sponsoredChatUniqueId ?? this.sponsoredChatUniqueId,
);