copy method

Implementation

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