size property

int size

Implementation

int get size => (this == null) ? 0 : this!.length;