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