copy method

Implementation

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