isPointerNull property

bool Function(PP ptr) isPointerNull
finalinherited

Returns true if ptr is null or zero.

Implementation

final bool Function(P ptr) isPointerNull;