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