Determines if the class has the provided class attribute.
string $attribute The fully qualified attribute to check for.:
bool
public function hasClassAttribute(string $attribute) : bool { $this->parse(); return static::hasAttribute($this->classAttributes, $attribute); }