CreateShortDynamicLinkResponse constructor

CreateShortDynamicLinkResponse({
  1. String? previewLink,
  2. String? shortLink,
  3. List<DynamicLinkWarning>? warning,
})

Implementation

CreateShortDynamicLinkResponse({
  this.previewLink,
  this.shortLink,
  this.warning,
});