NEMeetingState enum

会议状态

Inheritance

Constructors

NEMeetingState()
const

Values

invalid → const NEMeetingState

无效状态

init → const NEMeetingState

会议初始状态,没有人入会

started → const NEMeetingState

已开始

ended → const NEMeetingState

已结束, 可以再次入会

cancel → const NEMeetingState

已取消

recycled → const NEMeetingState

已回收, 不能再次入会

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<NEMeetingState>
A constant List of the values in this enum, in order of their declaration.