containsAllFromEnumSet method

  1. @override
bool containsAllFromEnumSet(
  1. MutableEnumSet<RoadEventDisplayCategory> other
)
override

Implementation

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