buildKey method

String buildKey()

Implementation

String buildKey() {
  validateKey();
  return atKey.toString();
}