isOneAKind method

bool isOneAKind()

Checks if all int value are same. 检查所有数据是否具有相同的值 Example: 111111 -> true

Implementation

bool isOneAKind() => ValidatorUtils.isOneAKind(this);