ActionFileUploadBegin constructor

ActionFileUploadBegin({
  1. String actionId = '',
  2. String fileName = '',
  3. String mime = '',
  4. int byteCount = 0,
  5. bool checkHash = false,
  6. String hash = '',
})

Implementation

ActionFileUploadBegin({
    this.actionId = '',
    this.fileName = '',
    this.mime = '',
    this.byteCount = 0,
    this.checkHash = false,
    this.hash = '',
});