copy method

Returns a copy of WebViewEnvironmentSettings.

Implementation

WebViewEnvironmentSettings copy() {
  return WebViewEnvironmentSettings.fromMap(toMap()) ??
      WebViewEnvironmentSettings();
}