DuplicateExceptionHandler constructor
DuplicateExceptionHandler(
- SourceLocation? location,
- String name,
- Handles annotation,
- SourceLocation existingLocation,
- String existingName,
Constructor
Implementation
DuplicateExceptionHandler(
this.location,
this.name,
this.annotation,
this.existingLocation,
this.existingName,
);