AttachmentBuilder constructor

AttachmentBuilder(
  1. List<int> content, {
  2. String? filename,
  3. String? description,
})

Implementation

AttachmentBuilder(this.content, {
  this.filename,
  this.description
});