FormDataEntry constructor

FormDataEntry({
  1. required dynamic value,
  2. String? filename,
  3. String? contentType,
})

Implementation

FormDataEntry({required this.value, this.filename, this.contentType});