isPalindrom property

bool isPalindrom

Is this String a Palindrom?

Implementation

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