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