getAttr<R> method

  1. @override
R? getAttr<R>(
  1. AttributeKey<R> key
)
override

Implementation

@override
R? getAttr<R>(AttributeKey<R> key) => _attrs.getAttr(key);