streamSubscriptionKey property

  1. @TagNumber(1)
FFValue get streamSubscriptionKey

@doc A unique key to identify the stream subscription that needs to be cancelled.

Implementation

@$pb.TagNumber(1)
FFValue get streamSubscriptionKey => $_getN(0);
  1. @TagNumber(1)
set streamSubscriptionKey (FFValue value)

Implementation

@$pb.TagNumber(1)
set streamSubscriptionKey(FFValue value) => $_setField(1, value);