copyWith method

MessageChatAddedToCommunity copyWith({
  1. int? communityId,
})

Implementation

MessageChatAddedToCommunity copyWith({int? communityId}) =>
    MessageChatAddedToCommunity(communityId: communityId ?? this.communityId);