count property

Map? count

counts the occurrences of values in the list

Example:

list.count // return no of all occurrrnces

Implementation

Map<dynamic, dynamic>? get count => FxList.count(this);