value property

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

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

Implementation

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