copyWith method

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

Implementation

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