setAttribute<T extends Object?> abstract method

void setAttribute<T extends Object?>(
  1. String attributeName,
  2. T value
)
inherited

Sets the attribute with the given name.

Implementation

void setAttribute<T extends Object?>(String attributeName, T value);