copyWith method
Implementation
@override
MessageChatDeleteMember copyWith({
int? userId,
}) => MessageChatDeleteMember(
userId: userId ?? this.userId,
);
@override
MessageChatDeleteMember copyWith({
int? userId,
}) => MessageChatDeleteMember(
userId: userId ?? this.userId,
);