SetCodable<E> constructor

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

Implementation

const SetCodable(this.codable);