Liste du comptage de flottement

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