set method

Encodable<Set<T>> set()

Returns an Encodable that can encode a set of T.

Implementation

Encodable<Set<T>> set() => SetEncodable<T>(this);