FilePart constructor

FilePart(
  1. String filePath, {
  2. String? filename,
  3. String? contentType,
})

Implementation

FilePart(this.filePath, {this.filename, this.contentType});