ChuckFormDataFile constructor

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

Implementation

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