identifierValue property

  1. @TagNumber.new(3)
String get 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.new(3)
set identifierValue (String value)

Implementation

@$pb.TagNumber(3)
set identifierValue($core.String value) => $_setString(1, value);