pathIdFile property

List<String> get pathIdFile

The project path of the xxx_id.dart file.

Implementation

List<String> get pathIdFile {
  final idFile = "${appNamespace}_id.dart";
  return [libFolder, idFile];
}