EPIPE property

int EPIPE

Broken pipe

Implementation

// ignore: non_constant_identifier_names
static int get EPIPE => _platform((_Codes codes) => codes.epipe);