menu
collection_notifiers package
documentation
collection_notifiers.dart
MapNotifier<K, V>
retype<K2, V2> method
retype<K2, V2> method
brightness_4
brightness_5
retype<
K2
,
V2
>
method
@
Deprecated
('Use cast instead')
Map
<
K2
,
V2
>
retype
<
K2
,
V2
>(
)
inherited
Implementation
@Deprecated('Use cast instead') Map<K2, V2> retype<K2, V2>() => cast<K2, V2>();
collection_notifiers package
documentation
collection_notifiers
MapNotifier<K, V>
retype<K2, V2> method
MapNotifier class