FileAttachment constructor

const FileAttachment(
  1. String path, {
  2. String? displayName,
})

Implementation

const FileAttachment(this.path, {this.displayName});