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