count property

int? get count

The number of products in the selection.

Implementation

int? get count => payload['count'];