nullptr top-level property
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);
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Represents a pointer into the native C memory corresponding to 'NULL', e.g. a pointer with address 0.
final Pointer<Never> nullptr = Pointer.fromAddress(0);