value property
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);
Implementation
@$pb.TagNumber(3)
set value(TopicValue_ v) {
setField(3, v);
}