lanes property

Полосы движения.

Implementation

LaneSignRouteLongAttribute get lanes {
  _CLaneSignRouteLongAttribute res = _CRoute_lanes(_CRouteMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}