ThrowInstruction constructor

ThrowInstruction({
  1. required int offset,
  2. required Value exception,
})

Implementation

ThrowInstruction({required super.offset, required this.exception});