itemCountChange property
int
get
itemCountChange
Change in item count.
Implementation
int get itemCountChange => currentItemCount - previousItemCount;
Change in item count.
int get itemCountChange => currentItemCount - previousItemCount;