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