destination property

  1. @TagNumber(1)
GpsCoordinates get destination

Implementation

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

Implementation

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