value property
The constant value of the identifier. If not specified, the identifier must be supplied at evaluation time.
Implementation
@$pb.TagNumber(2)
$0.Constant get value => $_getN(1);
Implementation
@$pb.TagNumber(2)
set value($0.Constant value) => $_setField(2, value);