entrySet method

List<MapEntry<String, Object?>> entrySet()

Implementation

List<MapEntry<String, Object?>> entrySet() => _data.entries.toList();