ActionFileUploadPreStartResponse2 constructor

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

Implementation

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