fromJson static method
Implementation
static DisassembledInstruction fromJson(Map<String, Object?> obj) =>
DisassembledInstruction.fromMap(obj);
static DisassembledInstruction fromJson(Map<String, Object?> obj) =>
DisassembledInstruction.fromMap(obj);