value property
For references to constants, this may contain the value of the constant if known at compile time.
Implementation
@$pb.TagNumber(4)
$0.Constant get value => $_getN(2);
Implementation
@$pb.TagNumber(4)
set value($0.Constant value) => $_setField(4, value);