ApiMatch constructor
const
ApiMatch({})
Implementation
const ApiMatch({
required this.filePath,
required this.line,
required this.column,
required this.lineContent,
this.resolvedType,
this.enclosingClass,
this.enclosingMethod,
this.importSource,
});