listDecode<T, U> function
Implementation
List<T> listDecode<T, U>(
final Iterable<U> items,
final JsonRpcParser<T, U> parse, {
final bool growable = false,
}) => list.decode(items, parse, growable: growable);
List<T> listDecode<T, U>(
final Iterable<U> items,
final JsonRpcParser<T, U> parse, {
final bool growable = false,
}) => list.decode(items, parse, growable: growable);