toMap method

Map<String, dynamic> toMap()

Converts this ChatMessage to a map along with a type hint for deserialization.

Implementation

Map<String, dynamic> toMap() => {};