toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'javascript_enabled': javaScriptEnabled,
'javascript_can_open_windows_automatically':
javaScriptCanOpenWindowsAutomatically,
'android_web_view_configuration': androidWebViewConfiguration.toMap(),
};
}