MeetingDetailsModel class

Constructors

MeetingDetailsModel({String? eventMode, String? eventType, String? eventName, String? startDate, String? endDate, int? duration, int? isStartNow, String? topic, String? timeZone, String? timezoneIdentifier, String? subject, String? chapter, String? subTopic, String? host, String? roomUid, int? conferenceStatusId, int? totalMembersCount, String? isPassword, ConferenceStatus? conferenceStatus, bool? isLobbyMode, bool? isStandardPassword, bool? isCommonPassword, TranscriptionDetail? transcriptionDetail, MeetingConfig? meetingConfig, String? currentSessionUid, int? meetingId, int? hostPinVerificationRequired})
MeetingDetailsModel.fromJson(Map<String, dynamic> json)

Properties

chapter String?
getter/setter pair
conferenceStatus ConferenceStatus?
getter/setter pair
conferenceStatusId int?
getter/setter pair
currentSessionUid String?
getter/setter pair
duration int?
getter/setter pair
endDate String?
getter/setter pair
eventMode String?
getter/setter pair
eventName String?
getter/setter pair
eventType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String?
getter/setter pair
hostPinVerificationRequired int?
getter/setter pair
isCommonPassword bool?
getter/setter pair
isLobbyMode bool?
getter/setter pair
isPassword String?
getter/setter pair
isStandardPassword bool?
getter/setter pair
isStartNow int?
getter/setter pair
meetingConfig MeetingConfig?
getter/setter pair
meetingId int?
getter/setter pair
roomUid String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
getter/setter pair
subject String?
getter/setter pair
subTopic String?
getter/setter pair
timeZone String?
getter/setter pair
timezoneIdentifier String?
getter/setter pair
topic String?
getter/setter pair
totalMembersCount int?
getter/setter pair
transcriptionDetail TranscriptionDetail?
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.
inherited

Operators

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