InvalidDictionaryKeyError constructor
Consturct InvalidDictionaryKeyError with parameter name
and message
.
Implementation
InvalidDictionaryKeyError(this.invalidValue, this.message,
{this.name = "key"})
: super._();
Consturct InvalidDictionaryKeyError with parameter name
and message
.
InvalidDictionaryKeyError(this.invalidValue, this.message,
{this.name = "key"})
: super._();