readEventsEnabled property - RawDatagramSocket class - dart:io library (original) (raw)

description

bool readEventsEnabled

getter/setter pair

Whether the RawDatagramSocket should listen forRawSocketEvent.read events.

Default is true.

Implementation

abstract bool readEventsEnabled;