Creates a terminal fake.
InMemoryTerminal({ this.interactive = true, List<String> input = const <String>[], }) : _input = Queue<String>.of(input);