UnusedL10nIssue constructor
const
UnusedL10nIssue({
- required String memberName,
- required SourceLocation location,
Initialize a newly created UnusedL10nIssue.
The issue is associated with the given location
. Used for
creating an unused localization report.
Implementation
const UnusedL10nIssue({
required this.memberName,
required this.location,
});