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