MeetMessage class
Represents a meeting message with various parameters.
This class is designed to encapsulate all the necessary information required to send a meeting message, including the recipient's JID, reply message ID, topic ID, title, scheduled date and time, and a link to the meeting.
- Available extensions
Constructors
- MeetMessage.new({String? title, required int scheduledDateTime, required String? link})
- Initializes a new instance of the MeetMessage class.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- link ↔ String?
-
A link to the meeting.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledDateTime ↔ int
-
The scheduled date and time of the meeting.
getter/setter pair
- title ↔ String?
-
The title of the meeting.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
Available on MeetMessage, provided by the ExtractMeetMessage extension
Converts a MeetMessage object into a map. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited