tolls property
BoolRouteLongAttribute
get
tolls
Участки маршрута, пролегающие по платным дорогам.
Implementation
BoolRouteLongAttribute get tolls {
_CBoolRouteLongAttribute res = _CRoute_tolls(_CRouteMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}