MmSlackAttachment constructor
MmSlackAttachment({})
Returns a new MmSlackAttachment instance.
Implementation
MmSlackAttachment({
this.id,
this.fallback,
this.color,
this.pretext,
this.authorName,
this.authorLink,
this.authorIcon,
this.title,
this.titleLink,
this.text,
this.fields = const [],
this.imageURL,
this.thumbURL,
this.footer,
this.footerIcon,
this.timestamp,
});