timestamp property
Positional timestamp (actual timestamp of GPS solution) in integer epoch seconds
Implementation
@$pb.TagNumber(7)
$core.int get timestamp => $_getIZ(6);
Implementation
@$pb.TagNumber(7)
set timestamp($core.int value) => $_setUnsignedInt32(6, value);