isWheelchairFriendly property

bool get isWheelchairFriendly

Indicates whether the stop has wheelchair support.

Implementation

bool get isWheelchairFriendly => (_stopDetails & 0x11) == 1;