isSlug property

bool get isSlug

Checks if the string is a valid URL slug.

Implementation

bool get isSlug {
  return _isSlug(this);
}