attribute<T> method

T? attribute<T>(
  1. String key
)

Gets a custom attribute

Implementation

T? attribute<T>(String key) => _params.attribute<T>(key);