isNull property

  1. @override
bool isNull
override

Whether the underlying JNI reference is null or not.

Implementation

@override
bool get isNull => pointer == nullptr;