publicTransportRespectsAllConditions property
Check if the solution meets all the preferences
Returns
- True if the solution meets all the preferences, false otherwise.
Throws
- An exception if it fails.
Implementation
bool get publicTransportRespectsAllConditions {
final OperationResult resultString = objectMethod(
_pointerId,
'PTRoute',
'getPTRespectsAllConditions',
);
return resultString['result'];
}