intersection method

  1. @override
EnumSet<RouteMapObjectDisplayFlag> intersection(
  1. EnumSet<RouteMapObjectDisplayFlag> other
)

Implementation

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