setAttribute<T extends Object?> abstract method
Sets the attribute with the given name.
Implementation
void setAttribute<T extends Object?>(String attributeName, T value);
Sets the attribute with the given name.
void setAttribute<T extends Object?>(String attributeName, T value);