copy method

Implementation

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