ExpandoFinalizer<V> typedef
ExpandoFinalizer<V> =
void Function(V value)
Callback executed with the associated value when the key becomes unreachable and is garbage-collected.
Implementation
typedef ExpandoFinalizer<V> = void Function(V value);