addAllFromEnumSet method

  1. @override
void addAllFromEnumSet(
  1. EnumSet<RoadEventDisplayCategory> other
)

Implementation

@override
void addAllFromEnumSet(EnumSet<RoadEventDisplayCategory> other) =>
    this.rawValue = this.rawValue | other.rawValue;