hasNotHandle property
bool
get
hasNotHandle
Returns true if handle
is null, otherwise false.
Implementation
bool get hasNotHandle => !hasHandle;
Returns true if handle
is null, otherwise false.
bool get hasNotHandle => !hasHandle;