entries property

List<MapEntry<Link, V>> entries

Implementation

List<MapEntry<Link, V>> get entries => data!.entries.toList();