Instruction.fromJson constructor

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

Implementation

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