GenericAttachment constructor

GenericAttachment({
  1. String? attachmentLinkUrl,
  2. List<Button>? buttons,
  3. String? imageUrl,
  4. String? subTitle,
  5. String? title,
})

Implementation

GenericAttachment({
  this.attachmentLinkUrl,
  this.buttons,
  this.imageUrl,
  this.subTitle,
  this.title,
});