NativeProjectExecutor constructor
const
NativeProjectExecutor({
- required NativeProject project,
- ResolvedSource? source,
- SourceFallback? sourceFallback,
- BuildCache? cache,
- Logger? logger,
- ProcessRunnerInterface? runner,
Implementation
const NativeProjectExecutor({
required this.project,
this.source,
this.sourceFallback,
this.cache,
this.logger,
this.runner,
});