getCallData method

  1. @override
String getCallData()
override

Gets the call data of the operation.

Implementation

@override
String getCallData() {
  return _currentOp.callData;
}