ActionFileUploadResult constructor

ActionFileUploadResult({
  1. String actionId = '',
  2. bool isSuccess = false,
  3. String errorMessage = '',
})

Implementation

ActionFileUploadResult({
    this.actionId = '',
    this.isSuccess = false,
    this.errorMessage = '',
});