isNotEmpty property

bool get isNotEmpty

Returns true if this node NOT is empty.

Implementation

bool get isNotEmpty => !isEmpty;