menu
mediasfu_sdk
types\types.dart
ShowAlertOptions
toMap method
toMap
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'message': message, 'type': type, 'duration': duration, }; }
mediasfu_sdk
types
ShowAlertOptions
toMap method
ShowAlertOptions class