UploadFile constructor

UploadFile({
  1. String? key,
  2. String? path,
  3. int? size,
  4. String? contentType,
  5. String? fileName,
})

Implementation

UploadFile({this.key, this.path, this.size, this.contentType, this.fileName});