list method

Encodable<List<T>> list()

Returns an Encodable that can encode a list of T.

Implementation

Encodable<List<T>> list() => ListEncodable<T>(this);