AttributeKey<R> constructor

const AttributeKey<R>(
  1. String uniqueKey
)

Implementation

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