menu
flutter_oxygen package
documentation
core/services/cache/persistent_cache.dart
PersistentCache<V>
fromJson property
fromJson property
dark_mode
light_mode
fromJson
property
V Function
(
Map
<
String
,
dynamic
>
json
)
fromJson
final
JSON 反序列化函数
Implementation
final V Function(Map<String, dynamic> json) fromJson;
flutter_oxygen package
documentation
core/services/cache/persistent_cache
PersistentCache<V>
fromJson property
PersistentCache class