BugseeAttachment constructor

BugseeAttachment(
  1. String name,
  2. String filename,
  3. Uint8List data
)

Implementation

BugseeAttachment(this.name, this.filename, this.data);