getAttribute<T extends Object?> abstract method
Gets the attribute with the given name.
Implementation
T getAttribute<T extends Object?>(String attributeName);
Gets the attribute with the given name.
T getAttribute<T extends Object?>(String attributeName);