menu
tom_d4rt_ast package
documentation
runtime.dart
MapExtension<K, V>
get<R> method
get<R> method
dark_mode
light_mode
get<
R
>
method
R?
get
<
R
>(
K
key
)
Implementation
R? get<R>(K key) { return this[key] as R; }
tom_d4rt_ast package
documentation
runtime
MapExtension<K, V>
get<R> method
MapExtension extension on
Map
<
K
,
V
>