ResolvedLink constructor

ResolvedLink({
  1. String? link,
  2. String? shortLink,
  3. String? shortLinkRaw,
  4. bool? isDeferred,
})

Implementation

ResolvedLink({this.link, this.shortLink, this.shortLinkRaw, this.isDeferred});