CreateManagedShortLinkResponse constructor
      
      CreateManagedShortLinkResponse({ 
    
    
- ManagedShortLink? managedShortLink,
- String? previewLink,
- List<DynamicLinkWarning> ? warning,
Implementation
CreateManagedShortLinkResponse({
  this.managedShortLink,
  this.previewLink,
  this.warning,
});