DuplicateKeyException constructor

DuplicateKeyException(
  1. String key
)

Implementation

DuplicateKeyException(String key)
    : message = "Key: $key already exists. Please use unique strings as keys";