KeyExistsError<T> constructor

KeyExistsError<T>(T key)

Implementation

KeyExistsError(T key) : super('A duplicate key $key was created.');