isWheelchairFriendly property
Indicates whether the stop has wheelchair support.
Implementation
bool get isWheelchairFriendly => (_stopDetails & 0x11) == 1;
Indicates whether the stop has wheelchair support.
bool get isWheelchairFriendly => (_stopDetails & 0x11) == 1;