ExtractMeetMessage extension

Provides an extension on MeetMessage to convert the meeting message into a map.

This extension adds functionality to the MeetMessage class, allowing the meeting message and its parameters to be easily converted into a map. This is particularly useful for serialization or when interfacing with APIs that require data in map form.

on

Methods

toMap() Map<String, dynamic>

Available on MeetMessage, provided by the ExtractMeetMessage extension

Converts a MeetMessage object into a map.