difference method

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

Implementation

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