copy method

Implementation

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