isPalindrome property

bool isPalindrome

Checks if string is Palindrome.

Implementation

bool get isPalindrome => reversed == this;