AliceFormDataFile constructor

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

Implementation

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