CreateShortDynamicLinkResponse constructor
CreateShortDynamicLinkResponse({
- String? previewLink,
- String? shortLink,
- List<
DynamicLinkWarning> ? warning,
Implementation
CreateShortDynamicLinkResponse({
this.previewLink,
this.shortLink,
this.warning,
});