menu
live_activities package
documentation
models/alert_config.dart
AlertConfig
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
String
>
toMap
(
)
Implementation
Map<String, String> toMap() => {'title': title, 'body': body, if (sound != null) 'sound': sound!};
live_activities package
documentation
models/alert_config
AlertConfig
toMap method
AlertConfig class