FakeInvocationRecord constructor

FakeInvocationRecord(
  1. List<String> invocation, {
  2. String? workingDirectory,
  3. bool runInShell = false,
  4. bool includeParentEnvironment = true,
})

Implementation

FakeInvocationRecord(
  this.invocation, {
  this.workingDirectory,
  this.runInShell = false,
  this.includeParentEnvironment = true,
});