length property

int length

Implementation

int get length => this.map((x) => x.length).orElseGet(0);