containsAllFromEnumSet method
Implementation
@override
bool containsAllFromEnumSet(EnumSet<RouteLaneManeuver> other) =>
    (this.rawValue & other.rawValue) == this.rawValue;@override
bool containsAllFromEnumSet(EnumSet<RouteLaneManeuver> other) =>
    (this.rawValue & other.rawValue) == this.rawValue;