ParsedInstructionUnsupported constructor

const ParsedInstructionUnsupported({
  1. String? program,
})

Implementation

const factory ParsedInstructionUnsupported({final String? program}) =
    _$ParsedInstructionUnsupportedImpl;