SetEncodable<E> constructor

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

Implementation

const SetEncodable(this.codable);