menu
byteark_player_flutter package
documentation
data/byteark_player_config.dart
ByteArkPlayerPlaylist
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Converts the playlist configuration to a map.
Implementation
Map<String, dynamic> toMap() { return {}; }
byteark_player_flutter package
documentation
data/byteark_player_config
ByteArkPlayerPlaylist
toMap method
ByteArkPlayerPlaylist class