menu
flutter_oxygen package
documentation
core/services/cache/cache_strategy.dart
CacheStrategy<V>
toJson property
toJson property
dark_mode
light_mode
toJson
property
Map
<
String
,
dynamic
>
Function
(
V
value
)
?
toJson
final
JSON 序列化(persistent/hybrid 模式必填)
Implementation
final Map<String, dynamic> Function(V value)? toJson;
flutter_oxygen package
documentation
core/services/cache/cache_strategy
CacheStrategy<V>
toJson property
CacheStrategy class