bicycleLanes property

BoolRouteLongAttribute get bicycleLanes

Признак наличия выделенной велополосы.

Implementation

BoolRouteLongAttribute get bicycleLanes {
  _CBoolRouteLongAttribute res = _CRoute_bicycleLanes(_CRouteMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}