Create constructor

Create({
  1. Copy? copy,
  2. New? new_,
  3. Upload? upload,
})

Implementation

Create({
  this.copy,
  this.new_,
  this.upload,
});