value property

  1. @TagNumber(3)
TopicValue_ value

The value you want to send to the topic. All current subscribers will receive this, should the whims of the Internet prove merciful.

Implementation

@$pb.TagNumber(3)
TopicValue_ get value => $_getN(2);
  1. @TagNumber(3)
void value=(TopicValue_ v)

Implementation

@$pb.TagNumber(3)
set value(TopicValue_ v) {
  setField(3, v);
}