UploadFileParams.ofPFile constructor

UploadFileParams.ofPFile({
  1. required PFile file,
  2. String? keyName,
  3. String? mediaType,
  4. String? mediaUrl,
  5. String? apiToken,
  6. String? apiBasePath,
  7. bool? convertAspectRatio = false,
})

Implementation

UploadFileParams.ofPFile({
  required this.file,
  this.keyName,
  this.mediaType,
  this.mediaUrl,
  this.apiToken,
  this.apiBasePath,
  this.convertAspectRatio = false,
});