toMap method
Converts a ContactMessageParams object into a map.
Implementation
Map<String, dynamic> toMap() => {
'name': name,
'numbers': numbers,
};
Converts a ContactMessageParams object into a map.
Map<String, dynamic> toMap() => {
'name': name,
'numbers': numbers,
};