isFIFO method

bool isFIFO()

Returns true if this is a FIFO (named pipe).

Implementation

bool isFIFO() => false;