InformationStepModel constructor

InformationStepModel({
  1. required String title,
  2. required String content,
})

Implementation

InformationStepModel({
  required this.title,
  required this.content,
});