nullptr top-level property

Pointer<Never> nullptr
final

Represents a pointer into the native C memory corresponding to "NULL", e.g. a pointer with address 0.

Implementation

final Pointer<Never> nullptr = Pointer.fromAddress(0);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-ffi/nullptr.html