isNotEmpty property

bool get isNotEmpty

Returns true node is not null.

Implementation

bool get isNotEmpty => node != null;