operationRef property
Property getter and setter for operationRef:
Implementation
@override
MOperationRef? get operationRef => _operationRef;
Implementation
@override
set operationRef(MOperationRef? operationRef) {
this._operationRef = operationRef;
wrapped['operationRef'] = jsonLiteral(operationRef);
}