containsAllFromEnumSet method

  1. @override
bool containsAllFromEnumSet(
  1. EnumSet<RouteMapObjectPermanentDisplayFlag> other
)

Implementation

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