Step constructor

const Step({
  1. required String name,
  2. required String description,
})

Implementation

const Step({required this.name, required this.description});