Returns a Decodable object that can decode a set of T.
T
Decodable<Set<T>> set() => SetDecodable<T>(this);