EnsembleTestAppTarget constructor

const EnsembleTestAppTarget({
  1. required String appPath,
  2. required String appHome,
  3. String? i18nPath,
})

Implementation

const EnsembleTestAppTarget({
  required this.appPath,
  required this.appHome,
  this.i18nPath,
});