ActionFileUploadStart2 constructor

ActionFileUploadStart2({
  1. String uploadId = '',
  2. String hash = '',
})

Implementation

ActionFileUploadStart2({
    this.uploadId = '',
    this.hash = '',
});