NativeProjectExecutor constructor

const NativeProjectExecutor({
  1. required NativeProject project,
  2. ResolvedSource? source,
  3. SourceFallback? sourceFallback,
  4. BuildCache? cache,
  5. Logger? logger,
  6. ProcessRunnerInterface? runner,
})

Implementation

const NativeProjectExecutor({
  required this.project,
  this.source,
  this.sourceFallback,
  this.cache,
  this.logger,
  this.runner,
});