allowedLengths property

List<int>? allowedLengths
final

Allowed lengths of encoded data -- reject anything else. Maps to an List<int>.

Implementation

final List<int>? allowedLengths;