copy method
Returns a copy of WebViewEnvironmentSettings.
Implementation
WebViewEnvironmentSettings copy() {
return WebViewEnvironmentSettings.fromMap(toMap()) ??
WebViewEnvironmentSettings();
}
Returns a copy of WebViewEnvironmentSettings.
WebViewEnvironmentSettings copy() {
return WebViewEnvironmentSettings.fromMap(toMap()) ??
WebViewEnvironmentSettings();
}