isNotEmpty property

bool get isNotEmpty

Returns true if the children list IS NOT empty.

Implementation

bool get isNotEmpty => this._blocks.isNotEmpty;