VariableUsage constructor
const
VariableUsage({})
Implementation
const VariableUsage({
required this.name,
required this.type,
this.isMutated = false,
required this.declarationOffset,
required this.declarationLine,
this.firstMutationLine,
});