copy method

  1. @override
IOSSafariOptions copy()
override

Implementation

@override
IOSSafariOptions copy() {
  return IOSSafariOptions.fromMap(this.toMap());
}