DuplicateNameError constructor

DuplicateNameError(
  1. String name
)

Create an instance.

Implementation

DuplicateNameError(this.name);