SetDecodable<E> constructor

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

Implementation

const SetDecodable(this.codable);