sas08
0
Q:

flutter count list

var comments = <Comment>[...];
var count = comments.where((c) => c.product_id == someProductId).toList().length;
0

New to Communities?

Join the community