isEmpty property

bool get isEmpty

Returns true if no parts have been added to this builder.

Implementation

bool get isEmpty => _parts.isEmpty;