operations property Null safety
Returns the list of operations in this transaction.
Implementation
List<Operation> get operations => _mOperations;
Returns the list of operations in this transaction.
List<Operation> get operations => _mOperations;