set method

Decodable<Set<T>> set()

Returns a Decodable object that can decode a set of T.

Implementation

Decodable<Set<T>> set() => SetDecodable<T>(this);