AFCodeBuffer constructor
AFCodeBuffer({})
Implementation
AFCodeBuffer({
required this.projectPath,
required this.lines,
required this.modified,
required this.extraImports,
});
AFCodeBuffer({
required this.projectPath,
required this.lines,
required this.modified,
required this.extraImports,
});