SetCodec constructor

const SetCodec(
  1. int bitLength,
  2. List<String> values
)

Implementation

const SetCodec(this.bitLength, this.values);