ListDecodable<E> constructor

const ListDecodable<E>(
  1. Decodable<E> codable
)

Implementation

const ListDecodable(this.codable);