clientStreamMessageUuid property

  1. @TagNumber.new(10)
String get clientStreamMessageUuid

Stores the client stream message UUID

Implementation

@$pb.TagNumber(10)
$core.String get clientStreamMessageUuid => $_getSZ(2);
  1. @TagNumber.new(10)
set clientStreamMessageUuid (String value)

Implementation

@$pb.TagNumber(10)
set clientStreamMessageUuid($core.String value) => $_setString(2, value);