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