copyWith method

UpdateWebBrowserSettings copyWith({
  1. WebBrowserSettings? settings,
})

Implementation

UpdateWebBrowserSettings copyWith({WebBrowserSettings? settings}) =>
    UpdateWebBrowserSettings(settings: settings ?? this.settings);