hasWheelchairSupport property
Get if public transit route instruction has wheelchair support
Returns
- True if has wheelchair support, false otherwise
Implementation
bool get hasWheelchairSupport {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteInstruction',
'getHasWheelchairSupport',
);
return resultString['result'];
}