intersection method
Implementation
@override
MutableEnumSet<FollowValue> intersection(MutableEnumSet<FollowValue> other) =>
MutableFollowValueEnumSet.fromRawValue(this.rawValue & other.rawValue);
@override
MutableEnumSet<FollowValue> intersection(MutableEnumSet<FollowValue> other) =>
MutableFollowValueEnumSet.fromRawValue(this.rawValue & other.rawValue);