menu
pubnub
pubnub.dart
FileInfo
toJson method
toJson
dark_mode
light_mode
toJson
method
Map
<
String
,
String
>
toJson
(
)
Implementation
Map<String, String> toJson() { return {'id': id, 'name': name}; }
pubnub
pubnub
FileInfo
toJson method
FileInfo class