allowedLengths property

DecodeHintType<List<int>> allowedLengths
final

Allowed lengths of encoded data -- reject anything else. Maps to an {@code int[]}.

Implementation

static final allowedLengths = DecodeHintType<List<int>>();