my_fatoorah
dart:ffi
nullptr property
nullptr
my_fatoorah
dart:ffi
nullptr property
dart:ffi library
Classes
DartRepresentationOf
Double
DynamicLibrary
Float
Int8
Int16
Int32
Int64
IntPtr
NativeFunction
NativeType
Pointer
Struct
Uint8
Uint16
Uint32
Uint64
Unsized
Void
Constants
unsized
Properties
nullptr
Functions
sizeOf
nullptr
top-level property
Pointer
<
Void
>
nullptr
final
Represents a pointer into the native C memory.
Implementation
final Pointer<Void> nullptr = Pointer.fromAddress(0)