source property
The address of the original sender for this message. This field should only be populated for reliable multihop packets (to keep packets small).
Implementation
@$pb.TagNumber(5)
$core.int get source => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set source($core.int value) => $_setUnsignedInt32(4, value);