hasWheelchairSupport property
Whether this segment supports wheelchair accessibility.
Returns
bool:truewhen wheelchair support is available.
Implementation
bool get hasWheelchairSupport {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getHasWheelchairSupport',
);
return resultString['result'];
}