menu
hi_cache package
documentation
hi_cache.dart
asModel function
asModel function
dark_mode
light_mode
asModel
function
Model
asModel
(
Map
map
)
Cast the map if needed.
Implementation
Model asModel(Map map) => map is Model ? map : map.cast<K, V>();
hi_cache package
documentation
hi_cache
asModel function
hi_cache library