ListEncodable<E> constructor

const ListEncodable<E>(
  1. Encodable<E> codable
)

Implementation

const ListEncodable(this.codable);