copy method

Returns a copy of WebAuthenticationSessionSettings.

Implementation

WebAuthenticationSessionSettings copy() {
  return WebAuthenticationSessionSettings.fromMap(toMap()) ??
      WebAuthenticationSessionSettings();
}