ParsedSystemUnsupportedInstruction constructor

const ParsedSystemUnsupportedInstruction({
  1. required String type,
})

Implementation

const factory ParsedSystemUnsupportedInstruction(
    {required final String type}) = _$ParsedSystemUnsupportedInstructionImpl;