ParsedInstructionSystem.fromJson constructor

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

Implementation

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