InstructionStep.fromJson constructor

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

Implementation

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