assignedStopId property

  1. @TagNumber(1)
String assignedStopId

Implementation

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

Implementation

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