write constant - RawSocketEvent class - dart:io library (original) (raw)
RawSocketEvent const write
An event indicates the socket is ready to write.
Implementation
static const RawSocketEvent write = RawSocketEvent._(1);
RawSocketEvent const write
An event indicates the socket is ready to write.
static const RawSocketEvent write = RawSocketEvent._(1);