isPalindrom property

bool get isPalindrom

Is this String a Palindrom?

Implementation

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