related_operations property

List<OperationIdentifier>? related_operations
getter/setter pair

Restrict referenced related_operations to identifier indexes < the current operation_identifier.index. This ensures there exists a clear DAG-structure of relations. Since operations are one-sided, one could imagine relating operations in a single transfer or linking operations in a call tree.

Implementation

// ignore: non_constant_identifier_names
List<OperationIdentifier>? related_operations;