list method

Decodable<List<T>> list()

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

Implementation

Decodable<List<T>> list() => ListDecodable<T>(this);