pathAfibConfig property

List<String> get pathAfibConfig

The project path of the xxx_config.g.dart file.

Implementation

List<String> get pathAfibConfig {
  final filename = "${appNamespace}_config.g.dart";
  return _createPath(initializationPath, filename);
}