AttachmentIcon constructor

AttachmentIcon(
  1. String attachmentId,
  2. String iconPath,
  3. String text
)

Implementation

AttachmentIcon(this.attachmentId, this.iconPath, this.text);