menu
dart_ipfs
dart_ipfs.dart
TypedMap
toMap method
toMap
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Returns an unmodifiable view of the underlying map.
Implementation
Map<String, dynamic> toMap() => _map;
dart_ipfs
dart_ipfs
TypedMap
toMap method
TypedMap class