hasClass abstract method

bool hasClass(
  1. String name
)

Return true if any of the element contains the given name in its CSS

  • classes.

Implementation

bool hasClass(String name);