destination property

  1. @TagNumber(2)
GpsCoordinates destination

Implementation

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

Implementation

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