isNotEmpty property
bool
get
isNotEmpty
Returns true
if this node NOT is empty.
Implementation
bool get isNotEmpty => !isEmpty;
Returns true
if this node NOT is empty.
bool get isNotEmpty => !isEmpty;