darq
darq
KeyExistsError
<
T
>
KeyExistsError constructor
KeyExistsError
darq
darq
KeyExistsError
<
T
>
KeyExistsError constructor
KeyExistsError class
Constructors
KeyExistsError
Properties
hashCode
message
runtimeType
stackTrace
Methods
noSuchMethod
toString
Operators
operator ==
KeyExistsError<
T
>
constructor
KeyExistsError<
T
>
(
T
key
)
Implementation
KeyExistsError(T key) : super('A duplicate key $key was created.');