isPalindrome property

bool isPalindrome

Discover if the String is a palindrome

Implementation

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