destination property

  1. @TagNumber(2)
GpsCoordinates get destination

Implementation

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

Implementation

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