pathDefineCore property

List<String> get pathDefineCore

The path of the xxx_define_core.dart file.

Implementation

List<String> get pathDefineCore {
  return _createPath(initializationPath, "${appNamespace}_define_core.dart");
}