destination property

  1. @TagNumber(1)
GpsCoordinates destination

Implementation

@$pb.TagNumber(1)
$2.GpsCoordinates get destination => $_getN(0);
  1. @TagNumber(1)
void destination=(GpsCoordinates v)

Implementation

@$pb.TagNumber(1)
set destination($2.GpsCoordinates v) { setField(1, v); }