id property

  1. @TagNumber(1)
String get id

Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.

Implementation

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

Implementation

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