DuplicateExceptionHandler constructor

DuplicateExceptionHandler(
  1. SourceLocation? location,
  2. String name,
  3. Handles annotation,
  4. SourceLocation existingLocation,
  5. String existingName,
)

Constructor

Implementation

DuplicateExceptionHandler(
  this.location,
  this.name,
  this.annotation,
  this.existingLocation,
  this.existingName,
);