Attachment constructor

Attachment(
  1. String data,
  2. String mimeType, [
  3. String? context
])

Implementation

Attachment(
  this.data,
  this.mimeType, [
  this.context,
]);