hasBicycleSupport property
Whether bicycles are supported on this segment.
Returns
bool:truewhen bicycle support is available.
Implementation
bool get hasBicycleSupport {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getHasBicycleSupport',
);
return resultString['result'];
}