isEmpty property
bool
get
isEmpty
Returns true if the children list IS empty.
Implementation
bool get isEmpty => this._blocks.isEmpty;
Returns true if the children list IS empty.
bool get isEmpty => this._blocks.isEmpty;