intersection method
EnumSet<RouteMapObjectPermanentDisplayFlag>
intersection(
- EnumSet<
RouteMapObjectPermanentDisplayFlag> other
Implementation
@override
EnumSet<RouteMapObjectPermanentDisplayFlag> intersection(EnumSet<RouteMapObjectPermanentDisplayFlag> other) =>
RouteMapObjectPermanentDisplayFlagEnumSet.fromRawValue(this.rawValue & other.rawValue);