maxChar property

int? maxChar
final

maxChar It allows you to get a name with the max characters count or under it. example: to get alexander maxChar should be 9, also it can give you alex or any name has no more character than 9.

Implementation

final int? maxChar;