getAttribute<R> method
R?
getAttribute<R>(
- AttributeKey<
R> key
Implementation
R? getAttribute<R>(AttributeKey<R> key) => attributes.getAttr<R>(key);
R? getAttribute<R>(AttributeKey<R> key) => attributes.getAttr<R>(key);