getAttribute<T extends Object?> abstract method

T getAttribute<T extends Object?>(
  1. String attributeName
)
inherited

Gets the attribute with the given name.

Implementation

T getAttribute<T extends Object?>(String attributeName);