pathConnectedBaseFile property

List<String> get pathConnectedBaseFile

Returns the path of the xxx_connected_base file, which contains superclasses and utilities associated

Implementation

List<String> get pathConnectedBaseFile {
  final filename = "${AFibD.config.appNamespace}_connected_base.dart";
  return _createPath(uiPath, filename);
}