removeAllFromEnumSet method
Implementation
@override
void removeAllFromEnumSet(EnumSet<RouteMapObjectPermanentDisplayFlag> other) =>
this.rawValue = this.rawValue & ~other.rawValue;
@override
void removeAllFromEnumSet(EnumSet<RouteMapObjectPermanentDisplayFlag> other) =>
this.rawValue = this.rawValue & ~other.rawValue;