length property

int get length

Retrieves the number of nested parts

Implementation

int get length => parts?.length ?? 0;