copyWith method

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

Implementation

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