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