MultipartStringFile constructor

MultipartStringFile(
  1. String value, {
  2. String? filename,
  3. MediaType? contentType,
})

Implementation

MultipartStringFile(this.value, {this.filename, this.contentType});