expandedLength property

int get expandedLength

Implementation

int get expandedLength => map((e) => e.length).sum;