count property

int count

Implementation

int get count => this == null ? 0 : this!.length;