menu
jaguar package
documentation
http/params/params.dart
CastableStringMap
entries property
entries property
dark_mode
light_mode
entries
property
@
override
Iterable
<
MapEntry
<
String
,
String
>
>
get
entries
inherited
The map entries of this
Map
.
Implementation
@override Iterable<MapEntry<K, V>> get entries => _base.entries;
jaguar package
documentation
http/params/params
CastableStringMap
entries property
CastableStringMap class