menu
getsocial_flutter_sdk package
documentation
communities/chatid.dart
ChatId
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
Map
<
String
,
dynamic
>
toJSON
(
)
override
Implementation
Map<String, dynamic> toJSON() => { 'id': _id, 'userId': _userId?.toJSON(), };
getsocial_flutter_sdk package
documentation
communities/chatid
ChatId
toJSON method
ChatId class