nullptr top-level property
final
Represents a pointer into the native C memory corresponding to 'NULL', e.g. a pointer with address 0.
Implementation
@pragma('vm:shared')
final Pointer<Never> nullptr = Pointer.fromAddress(0);
Content-Length: 9463 | pFad | https://api.dart.dev/dart-core/../dart-core/Object/../../../../../../../../dart-ffi/nullptr.html
Represents a pointer into the native C memory corresponding to 'NULL', e.g. a pointer with address 0.
@pragma('vm:shared')
final Pointer<Never> nullptr = Pointer.fromAddress(0);
Fetched URL: https://api.dart.dev/dart-core/../dart-core/Object/../../../../../../../../dart-ffi/nullptr.html
Alternative Proxies: