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