menu
raylib_dartified package
documentation
raylib.dart
RaylibTempAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, P, S>
isPointerNull property
isPointerNull property
dark_mode
light_mode
isPointerNull
property
bool
Function
(
P
ptr
)
isPointerNull
final
Returns
true
if
ptr
is null or zero.
Implementation
final bool Function(P ptr) isPointerNull;
raylib_dartified package
documentation
raylib
RaylibTempAllocatorBase<TempType extends RaylibTempBase<RaylibBase>, P, S>
isPointerNull property
RaylibTempAllocatorBase class