menu
hackle_platform_interface package
documentation
model/hackle_web_view_config.dart
HackleWebViewConfig
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { "automaticScreenTracking": automaticScreenTracking, }; }
hackle_platform_interface package
documentation
model/hackle_web_view_config
HackleWebViewConfig
toMap method
HackleWebViewConfig class