menu
hotspot_connection package
documentation
models/peer.dart
Peer
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'id': id, 'name': name, 'host': host, }; }
hotspot_connection package
documentation
models/peer
Peer
toMap method
Peer class