DomTokenList class - dart:html library (original) (raw)

Annotations

Properties

hashCodeint

The hash code for this object.

no setterinherited

lengthint

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

valueString?

getter/setter pair

Methods

add(String tokens)→ void

contains(String token)→ bool

item(int index)→ String?

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

remove(String tokens)→ void

replace(String token, String newToken)→ void

supports(String token)→ bool

toggle(String token, [bool? force])→ bool

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited