TUIConferenceInfo class
Conference information
Constructors
- 
          TUIConferenceInfo({int? scheduleStartTime, int? scheduleEndTime, List<
String> ? scheduleAttendees, int? reminderSecondsBeforeStart, required TUIRoomInfo basicRoomInfo}) - 
          TUIConferenceInfo.fromJson(Map<
String, dynamic> dataMap) 
Properties
- basicRoomInfo ↔ TUIRoomInfo
 - 
  Conference basic information .
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - reminderSecondsBeforeStart ↔ int?
 - 
  Reminder time before conference start (seconds).
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  scheduleAttendees
  ↔ List<
String> ? - 
  The list of attendees can be set when schedule a conference. Use the {@link fetchAttendeeList} interface if you need to fetch attendees.
  getter/setter pair
 - scheduleEndTime ↔ int?
 - 
  Conference schedule end time.
  getter/setter pair
 - scheduleStartTime ↔ int?
 - 
  Conference schedule start time.
  getter/setter pair
 - status ↔ TUIConferenceStatus
 - 
  Conference status (readonly).
  getter/setter pair
 
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.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited