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