isPalindrome property
bool
get
isPalindrome
Discover if the String is a palindrome
Implementation
bool get isPalindrome => GetUtils.isPalindrome(this);
Discover if the String is a palindrome
bool get isPalindrome => GetUtils.isPalindrome(this);