Dart API Referencedart:htmlAttributeMap

AttributeMap Interface

All your attribute manipulation needs in one place. Extends the regular Map interface by automatically coercing non-string values to strings.

Extends

Map<K, V>

Methods

Code void operator []=(String key, value) #

void operator []=(String key, value);