MappedDeclaration constructor
const
MappedDeclaration({})
Implementation
const MappedDeclaration({
required this.node,
required this.name,
required this.startLine,
required this.endLine,
required this.intersectingRanges,
});