menu
pubnub
pubnub.dart
ChannelIdInfo
toJson method
toJson
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{ 'channel': {'id': channelId}, };
pubnub
pubnub
ChannelIdInfo
toJson method
ChannelIdInfo class