menu
smithy package
documentation
ast.dart
ShapeMap
entries property
entries property
dark_mode
light_mode
entries
property
@
override
Iterable
<
MapEntry
<
ShapeId
,
Shape
>
>
get
entries
inherited
The map entries of this
Map
.
Implementation
@override Iterable<MapEntry<K, V>> get entries => _base.entries;
smithy package
documentation
ast
ShapeMap
entries property
ShapeMap class