List<String> get prototypesPath { final result = List<String>.from(AFCodeGenerator.prototypesPath); result.add(path.last); return result; }