MeetChatMessage class

Represents a contact shared in a chat message.

Constructors

MeetChatMessage.new({required String link, required String messageId, required int scheduledDateTime, required String title})
Constructs an instance of MeetChatMessage.
MeetChatMessage.fromJson(Map<String, dynamic> json)
Factory constructor to create an instance from a JSON object
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
Meet link for the event
final
messageId String
Unique identifier for the message
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledDateTime int
Scheduled date and time of the event (in milliseconds since epoch)
final
title String
Title of the meeting or event
final

Methods

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

Operators

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