union method
Implementation
@override
EnumSet<SoundCategory> union(EnumSet<SoundCategory> other) =>
SoundCategoryEnumSet.fromRawValue(this.rawValue | other.rawValue);
@override
EnumSet<SoundCategory> union(EnumSet<SoundCategory> other) =>
SoundCategoryEnumSet.fromRawValue(this.rawValue | other.rawValue);