copy method

Implementation

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