pathStateTestShortcutsFile property

List<String> get pathStateTestShortcutsFile

path to the xxx_state_test_shortcuts.dart file.

Implementation

List<String> get pathStateTestShortcutsFile {
  return _createPath(testPath, "${appNamespace}_state_test_shortcuts.dart");
}