destinationWaypointId property

  1. @TagNumber(1)
String get destinationWaypointId

The id of the user specified waypoint

Implementation

@$pb.TagNumber(1)
$core.String get destinationWaypointId => $_getSZ(0);
  1. @TagNumber(1)
set destinationWaypointId (String v)

Implementation

@$pb.TagNumber(1)
set destinationWaypointId($core.String v) { $_setString(0, v); }