isPalindrom method

bool isPalindrom()

Checks if string is Palindrom.

Implementation

bool isPalindrom() => ValidatorUtils.isPalindrome(this);