TestPaths constructor

const TestPaths({
  1. required String appsPath,
  2. required String featurePath,
  3. required String pagePath,
})

Implementation

const TestPaths({
  required this.appsPath,
  required this.featurePath,
  required this.pagePath,
});