QuestionStep.fromJson constructor

QuestionStep.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory QuestionStep.fromJson(Map<String, dynamic> json) =>
    _$QuestionStepFromJson(json);