compiledInstructions property

  1. @override
List<CompiledInstruction> compiledInstructions
final

Instructions that will be executed in sequence and committed in one atomic transaction.

Implementation

@override
final List<CompiledInstruction> compiledInstructions;