ArrayAccess constructor

ArrayAccess({
  1. required int blockId,
  2. required int offset,
  3. required String arrayVariable,
  4. required String indexExpression,
  5. required Instruction instruction,
})

Implementation

ArrayAccess({
  required this.blockId,
  required this.offset,
  required this.arrayVariable,
  required this.indexExpression,
  required this.instruction,
});