ShareAttachment constructor

const ShareAttachment({
  1. String? url,
  2. String? token,
  3. String? title,
  4. String? description,
  5. String? imageUrl,
})

Implementation

const ShareAttachment({
  this.url,
  this.token,
  this.title,
  this.description,
  this.imageUrl,
}) : super(type: 'share');