sysvarInstructionsPubkey top-level property
The Instructions sysvar contains the serialized instructions in a Message while that Message is being processed. This allows program instructions to reference other instructions in the same transaction.
Implementation
final Pubkey sysvarInstructionsPubkey = Pubkey.fromBase58(
'Sysvar1nstructions1111111111111111111111111',
);