copy method

InAppWebViewGroupOptions copy()

Implementation

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