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.
Methods
-
toMap(
) → Map< String, dynamic> -
Available on ContactMessageParams, provided by the ExtractContactMessageParams extension
Converts a ContactMessageParams object into a map.