prototypesPath property

List<String> get prototypesPath

Implementation

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