@override int getMatchingIndexFromKey(String key) { int matchingIndex = list.indexWhere((item) => getKey(item) == key); return matchingIndex; }