getAttribute<T> abstract method

T getAttribute<T>(
  1. Key<T> key
)

get attribute.

Implementation

T getAttribute<T>(Key<T> key);