StepData constructor

StepData({
  1. String? title,
  2. String? description,
})

Implementation

StepData({
  this.title,
  this.description,
});