minChar property

int? minChar
final

minChar It allows you to get a name with the min characters count or upper it. example: to get alex minChar should be 4, also it can give you alexander or any name has more character than 4.

Implementation

final int? minChar;