isEmpty property

bool get isEmpty
inherited

Whether this element is self-closing.

Implementation

bool get isEmpty => children == null;