ParsedSystemUnsupportedInstruction.fromJson constructor

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

Implementation

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