NEHistoryMeetingItem class

会议历史记录对象

Constructors

NEHistoryMeetingItem({required int meetingUniqueId, required String meetingId, String? shortMeetingId, required String subject, String? password, String? sipId, required String nickname})

Properties

hashCode int
The hash code for this object.
no setterinherited
meetingId String
会议ID
final
meetingUniqueId int
会议唯一ID
final
nickname String
会议昵称
getter/setter pair
password String?
会议密码
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortMeetingId String?
会议短号
final
sipId String?
sipId
getter/setter pair
subject String
会议主题
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map? json) NEHistoryMeetingItem?