XFilePngAttachment constructor

XFilePngAttachment(
  1. XFile _xFile
)

Implementation

XFilePngAttachment(this._xFile) {
  contentType = 'image/png';
}