value property

  1. @TagNumber.new(2)
Constant get value

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);
  1. @TagNumber.new(2)
set value (Constant value)

Implementation

@$pb.TagNumber(2)
set value($0.Constant value) => $_setField(2, value);