Attachment constructor

const Attachment(
  1. String fileName,
  2. List<int> bytes, {
  3. String? contentType,
})

Implementation

const Attachment(this.fileName, this.bytes, {this.contentType});