UpdateUserCallCoverArguments constructor

UpdateUserCallCoverArguments({
  1. MultipartFile? file,
  2. CropAreaInput? crop,
})

Implementation

UpdateUserCallCoverArguments({
  this.file,
  this.crop,
});