copyWith method

GetLinkWebBrowserType copyWith({
  1. String? link,
})

Implementation

GetLinkWebBrowserType copyWith({String? link}) =>
    GetLinkWebBrowserType(link: link ?? this.link);