CodeChange constructor
const
CodeChange({})
Implementation
const CodeChange({
required this.filePath,
required this.line,
required this.before,
required this.after,
this.explanation,
});
const CodeChange({
required this.filePath,
required this.line,
required this.before,
required this.after,
this.explanation,
});