StepItem constructor

StepItem(
  1. String title, [
  2. String? date
])

Implementation

StepItem(this.title, [this.date]);