intersection method
Implementation
@override
EnumSet<RoadEventDisplayCategory> intersection(EnumSet<RoadEventDisplayCategory> other) =>
RoadEventDisplayCategoryEnumSet.fromRawValue(this.rawValue & other.rawValue);
@override
EnumSet<RoadEventDisplayCategory> intersection(EnumSet<RoadEventDisplayCategory> other) =>
RoadEventDisplayCategoryEnumSet.fromRawValue(this.rawValue & other.rawValue);