Flutter – Comparing the same result of List<Map<String, Object>> is not true
I'm trying to compare values from a List which consists of Map<String, Object>, but the result always returns false despite the value I'm comparing it with is the same. Is there something I did wrong here? List<Map<String, Object>> orderList =…