attributes property

Map<String, String?>? attributes
final

Attributes patch.

{attribute name: null/non-null value}

If value for an attribute is null, framework will remove that attribute from dom else it'll add/update it.

Implementation

final Map<String, String?>? attributes;