Step constructor

Step({
  1. String? routine,
  2. String? step,
})

Implementation

Step({
  this.routine,
  this.step,
});