difference method

Implementation

@override
MutableEnumSet<FollowValue> difference(MutableEnumSet<FollowValue> other) =>
    MutableFollowValueEnumSet.fromRawValue(this.rawValue & ~other.rawValue);