ExtractContactMessageParams extension

Provides an extension on ContactMessageParams to convert the contact parameters to a map.

This extension adds functionality to the ContactMessageParams class, allowing the contact 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>
Converts a ContactMessageParams object into a map.