cache_type_registry library

Classes

CacheTypeRegistry
A registry for keeping all cacheable model you want to keep.
CacheTypeResolver<T>
Resolver Object for cache to Typed object based on type

Typedefs

JSONParser<T> = T Function(Map<String, dynamic>)
TypeDef for json parsing to type function