copy method

Implementation

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