ExpectFailureStep constructor

ExpectFailureStep({
  1. dynamic step,
})

Implementation

ExpectFailureStep({
  this.step,
});