streamedResponseProcessorValue property

  1. @TagNumber(4)
FFStreamedResponseProcessorValue get streamedResponseProcessorValue

@doc The relevant callback functions for processing a streamed response. This is only used by streaming API endpoints using the Server Sent Event protocol.

Implementation

@$pb.TagNumber(4)
FFStreamedResponseProcessorValue get streamedResponseProcessorValue =>
    $_getN(3);
  1. @TagNumber(4)
set streamedResponseProcessorValue (FFStreamedResponseProcessorValue value)

Implementation

@$pb.TagNumber(4)
set streamedResponseProcessorValue(FFStreamedResponseProcessorValue value) =>
    $_setField(4, value);