isPalindrom property

bool isPalindrom

Discover if the String is a palindrom

Implementation

bool get isPalindrom => GetUtils.isPalindrom(this);