contains abstract method

  1. @override
bool contains(
  1. Object? value
)
override

Determine if this element contains the class value.

This is the Dart equivalent of jQuery's hasClass.

Implementation

@override
bool contains(Object? value);