MessageAttachmentField constructor

MessageAttachmentField({
  1. bool? short,
  2. String? title,
  3. String? value,
})

Implementation

MessageAttachmentField({
  this.short,
  this.title,
  this.value,
});