toPayload method

InvocationPayload toPayload()

Implementation

InvocationPayload toPayload() {
  return (
    requestId: requestId,
    registrationId: registrationId,
    caller: caller,
    procedure: procedure,
    progress: progress,
    timeout: timeout,
    receiveProgress: receiveProgress,
    pptScheme: pptScheme,
    pptSerializer: pptSerializer,
    pptCipher: pptCipher,
    pptKeyId: pptKeyId,
    customDetails: customDetails,
    arguments: _decodedPayload.arguments,
    argumentsKeywords: _decodedPayload.argumentsKeywords,
    respondWith: respondWith,
    isResponseClosed: isResponseClosed,
  );
}