menu
tencent_cloud_chat_sticker package
documentation
tencent_cloud_chat_sticker_model.dart
TencentCloudChatCustomStickerItem
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return Map<String, dynamic>.from({ "name": name, "path": path, }); }
tencent_cloud_chat_sticker package
documentation
tencent_cloud_chat_sticker_model
TencentCloudChatCustomStickerItem
toJson method
TencentCloudChatCustomStickerItem class