CubeMeeting class

Inheritance

Constructors

CubeMeeting({String? meetingId, String? name, int? startDate, int? endDate, List<CubeMeetingAttendee>? attendees})
CubeMeeting.fromJson(Map<String, dynamic> json)

Properties

attendees List<CubeMeetingAttendee>?
getter/setter pair
chatDialogId String?
getter/setter pair
createdAt DateTime?
getter/setter pairinherited
endDate int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostId int?
getter/setter pair
id int?
getter/setter pairinherited
meetingId String?
getter/setter pair
name String?
getter/setter pair
notify bool
The notify feature is available starting from Hobby plan
getter/setter pair
notifyBefore CubeMeetingNotifyBefore?
The notify feature is available starting from Hobby plan
getter/setter pair
public bool
getter/setter pair
record bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduled bool
getter/setter pair
startDate int?
getter/setter pair
updatedAt DateTime?
getter/setter pairinherited
withChat bool
getter/setter pair

Methods

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

Operators

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