interactive property
Whether this terminal is attached to an interactive session.
Non-interactive implementations still accept write, but readLine
answers Ok(null) at end of input rather than blocking.
Implementation
@override
final bool interactive;