FailedData constructor

FailedData({
  1. Status? error,
})

Implementation

FailedData({
  this.error,
});