isPalindrom property
bool
get
isPalindrom
Is this String a Palindrom?
Implementation
bool get isPalindrom => GetUtils.isPalindrom(this);
Is this String a Palindrom?
bool get isPalindrom => GetUtils.isPalindrom(this);