copy method

WebViewOptions copy()

Implementation

WebViewOptions copy() {
  return WebViewOptions.fromMap(this.toMap());
}