copyWith method
Implementation
RemoveWebBrowserSettingsException copyWith({String? url}) =>
RemoveWebBrowserSettingsException(url: url ?? this.url);
RemoveWebBrowserSettingsException copyWith({String? url}) =>
RemoveWebBrowserSettingsException(url: url ?? this.url);