ManagedShortLink constructor

ManagedShortLink({
  1. String? creationTime,
  2. List<String>? flaggedAttribute,
  3. DynamicLinkInfo? info,
  4. String? link,
  5. String? linkName,
  6. String? visibility,
})

Implementation

ManagedShortLink({
  this.creationTime,
  this.flaggedAttribute,
  this.info,
  this.link,
  this.linkName,
  this.visibility,
});