isNotEmpty property

bool isNotEmpty

Returns true node is not null.

Implementation

bool get isNotEmpty => node != null;