Returns minimum number of characters this CodeType can encode
@override int get minLength => fixedLength != null ? fixedLength! - 1 : super.minLength;