ArrayAccess constructor
ArrayAccess({
- required int blockId,
- required int offset,
- required String arrayVariable,
- required String indexExpression,
- required Instruction instruction,
Implementation
ArrayAccess({
required this.blockId,
required this.offset,
required this.arrayVariable,
required this.indexExpression,
required this.instruction,
});