Returns maximum number of characters this CodeType can encode
@override int get maxLength => fixedLength != null ? fixedLength! : super.maxLength;