ListCodable<E> constructor

const ListCodable<E>(
  1. Codable<E> codable
)

Implementation

const ListCodable(this.codable);