Converts a dynamic value to a Set of type T.
T
Set<T> forceSetOf<T>(dynamic item) => forceListOf<T>(item).toSet();