identifierValue property

  1. @TagNumber(3)
String identifierValue

The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.

Implementation

@$pb.TagNumber(3)
$core.String get identifierValue => $_getSZ(1);
  1. @TagNumber(3)
void identifierValue=(String v)

Implementation

@$pb.TagNumber(3)
set identifierValue($core.String v) { $_setString(1, v); }