readClosed constant - RawSocketEvent class - dart:io library

RawSocketEvent const readClosed

An event indicates the reading from the socket is closed

Implementation

static const RawSocketEvent readClosed = RawSocketEvent._(2);