isNotEmpty property

bool isNotEmpty

Returns true if the children list IS NOT empty.

Implementation

bool get isNotEmpty => this._blocks.isNotEmpty;