Attachment constructor

Attachment({
  1. List<num> attachment,
  2. String mime,
  3. String name,
})

Implementation

Attachment({this.attachment, this.mime, this.name});