getAttribute<R> method

R? getAttribute<R>(
  1. AttributeKey<R> key
)

Implementation

R? getAttribute<R>(AttributeKey<R> key) {
  return attributes.getAttr<R>(key);
}