length property

int get length

Returns the number of parts added to this builder.

Implementation

int get length => _parts.length;