copyWith method

Implementation

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