containsAllFromEnumSet method
Implementation
@override
bool containsAllFromEnumSet(EnumSet<RoadEventDisplayCategory> other) =>
(this.rawValue & other.rawValue) == this.rawValue;
@override
bool containsAllFromEnumSet(EnumSet<RoadEventDisplayCategory> other) =>
(this.rawValue & other.rawValue) == this.rawValue;