isJWT property

bool get isJWT

Checks if the string is a valid JSON Web Token (JWT).

Implementation

bool get isJWT {
  return _isJWT(this);
}