Returns an Encodable that can encode a list of T.
T
Encodable<List<T>> list() => ListEncodable<T>(this);