addAllFromEnumSet method
Implementation
@override
void addAllFromEnumSet(EnumSet<RouteLaneManeuver> other) =>
    this.rawValue = this.rawValue | other.rawValue;@override
void addAllFromEnumSet(EnumSet<RouteLaneManeuver> other) =>
    this.rawValue = this.rawValue | other.rawValue;