isEmpty property

bool isEmpty

Returns true if the children list IS empty.

Implementation

bool get isEmpty => this._blocks.isEmpty;