isWheelchairFriendly property
True when wheelchair access is available for this stop.
Implementation
bool get isWheelchairFriendly => (_stopDetails & 0x11) == 1;
True when wheelchair access is available for this stop.
bool get isWheelchairFriendly => (_stopDetails & 0x11) == 1;