TaskFailure constructor

const TaskFailure({
  1. String? message,
  2. Object? error,
})

Implementation

const TaskFailure({
  this.message,
  this.error,
});