var json = jsonDecode(yourJsonAsString); var records = mutableListFrom(json["records"]); var distinct = records.distinctBy((it) => it["Title"]);