FormStep.fromJson constructor

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

Implementation

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