add abstract method
Add the class value
to element.
This is the Dart equivalent of jQuery's addClass.
If this corresponds to one element. Returns true if value
was added to
the set, otherwise false.
If this corresponds to many elements, null is always returned.
Implementation
@override
bool add(String value);