EnsembleYamlTestOptions constructor

const EnsembleYamlTestOptions({
  1. Future<void> bootstrap()?,
  2. Map<String, Function>? externalMethods,
})

Implementation

const EnsembleYamlTestOptions({
  this.bootstrap,
  this.externalMethods,
});