AliceFormDataFile constructor

const AliceFormDataFile(
  1. String? fileName,
  2. String contentType,
  3. int length
)

Implementation

const AliceFormDataFile(
  this.fileName,
  this.contentType,
  this.length,
);