copy method

Implementation

InAppBrowserClassSettings copy() {
  return InAppBrowserClassSettings.fromMap(toMap());
}