toJson method
Converts the ChatAction to its corresponding JSON value.
Implementation
@override
String toJson() => _$ChatActionEnumMap[this]!;
Converts the ChatAction to its corresponding JSON value.
@override
String toJson() => _$ChatActionEnumMap[this]!;