RendererAttributeKey<R> constructor

const RendererAttributeKey<R>(
  1. String uniqueKey
)

Implementation

const RendererAttributeKey(String uniqueKey) : super(uniqueKey);