description property
Description of the waypoint - max 100 chars
Implementation
@$pb.TagNumber(7)
$core.String get description => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set description($core.String value) => $_setString(6, value);
Description of the waypoint - max 100 chars
@$pb.TagNumber(7)
$core.String get description => $_getSZ(6);
@$pb.TagNumber(7)
set description($core.String value) => $_setString(6, value);