UnusedCodeIssue constructor
const
UnusedCodeIssue({})
Initialize a newly created UnusedCodeIssue.
The issue is associated with the given location
. Used for
creating an unused code report.
Implementation
const UnusedCodeIssue({
required this.declarationName,
required this.declarationType,
required this.location,
});