toString method
Returns a string representation of this object.
Implementation
String toString() {
return const [
'RawSocketEvent.read',
'RawSocketEvent.write',
'RawSocketEvent.readClosed',
'RawSocketEvent.closed'
][_value];
}
Returns a string representation of this object.
String toString() {
return const [
'RawSocketEvent.read',
'RawSocketEvent.write',
'RawSocketEvent.readClosed',
'RawSocketEvent.closed'
][_value];
}