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