hasHandle property

bool get hasHandle

Returns true if handle is not null, otherwise false.

Implementation

bool get hasHandle => handle != null;