FailStep constructor

FailStep({
  1. String? message,
})

Implementation

FailStep({
  this.message,
});