BinaryFileFormField constructor

BinaryFileFormField(
  1. String name,
  2. Stream<List<int>> value, {
  3. ContentType? contentType,
  4. String? filename,
})

Implementation

BinaryFileFormField(this.name, this.value, {this.contentType, this.filename});