identifierValue property
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);
Implementation
@$pb.TagNumber(3)
set identifierValue($core.String v) { $_setString(1, v); }