add abstract method

  1. @override
bool add(
  1. String value
)
override

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);