intersection method

Implementation

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