Returns an enumerator that iterates through the collection.
@override Iterator<MapEntry<String, String?>> get iterator => data.entries.map((e) => MapEntry(e.key, e.value)).toList().iterator;