ShortDynamicLink constructor

const ShortDynamicLink({
  1. required ShortDynamicLinkType type,
  2. required Uri shortUrl,
  3. List<String>? warnings,
  4. Uri? previewLink,
})

Implementation

const ShortDynamicLink({
  required this.type,
  required this.shortUrl,
  this.warnings,
  this.previewLink,
});