union method

Implementation

@override
MutableEnumSet<FollowValue> union(MutableEnumSet<FollowValue> other) =>
    MutableFollowValueEnumSet.fromRawValue(this.rawValue | other.rawValue);