operations property

List<XdrOperation> operations

Implementation

List<XdrOperation> get operations => this._operations;
void operations= (List<XdrOperation> value)

Implementation

set operations(List<XdrOperation> value) => this._operations = value;