DuplicateError constructor

DuplicateError(
  1. String message,
  2. String key
)

Implementation

DuplicateError(this.message, this.key);