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