truckPassZoneIds property

TruckPassZoneIdRouteLongAttribute get truckPassZoneIds

Пропускные зоны для грузового транспорта.

Implementation

TruckPassZoneIdRouteLongAttribute get truckPassZoneIds {
  _CTruckPassZoneIdRouteLongAttribute res = _CRoute_truckPassZoneIds(_CRouteMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}