menu
mhu_dart_commons package
documentation
commons.dart
RefCountPool<K, V>
RefCountPool constructor
RefCountPool constructor
dark_mode
light_mode
RefCountPool<
K
,
V
>
constructor
RefCountPool<
K
,
V
>
(
Future
<
V
>
_factory
(
K
key
,
DspReg
disposers
)
)
Implementation
RefCountPool(this._factory);
mhu_dart_commons package
documentation
commons
RefCountPool<K, V>
RefCountPool constructor
RefCountPool class