ParsedSystemInstruction.unsupported constructor
const
ParsedSystemInstruction.unsupported({
- required String type,
Instructions that we haven't implemented yet.
Implementation
const factory ParsedSystemInstruction.unsupported({
required String type,
}) = ParsedSystemUnsupportedInstruction;