nativePort property
The native port of this SendPort
.
The returned native port can for example be used by C code to post
messages to the connected ReceivePort
via Dart_PostCObject()
- see
dart_native_api.h
.
Implementation
external int get nativePort;