ActionFileUploadStartResponse2 constructor

ActionFileUploadStartResponse2({
  1. String uploadId = '',
  2. bool accepted = false,
})

Implementation

ActionFileUploadStartResponse2({
    this.uploadId = '',
    this.accepted = false,
});