ParsedInstruction.unsupported constructor
const
ParsedInstruction.unsupported({
- String? program,
Any instruction that we are not currently supporting.
Implementation
const factory ParsedInstruction.unsupported({
String? program,
}) = ParsedInstructionUnsupported;