Input.redirected

Set redirection state to the provided boolean.

Remarks: Configure the console redirection status, where a redirected console is more efficient (dictates whether newline() performs automatic flushing or not.)

  1. bool redirected [@property getter]
  2. bool redirected [@property setter]
    class Input
    @property final
    redirected
    (
    bool yes
    )

Meta