StaleIgnore constructor
const
StaleIgnore({})
Implementation
const StaleIgnore({
required this.filePath,
required this.commentLine,
required this.targetLine,
required this.ruleName,
required this.commentText,
});