destination property

  1. @TagNumber(1)
GpsCoordinates get destination

Implementation

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

Implementation

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