menu
flutter_base_models package
documentation
services/user/user_cache_protocal.dart
UserCacheProtocal<T extends UserBaseModel>
fromUserCacheJson abstract method
fromUserCacheJson abstract method
dark_mode
light_mode
fromUserCacheJson
abstract method
T
fromUserCacheJson
(
Map
<
String
,
dynamic
>
cacheJson
)
缓存数据的编解码
Implementation
T fromUserCacheJson(Map<String, dynamic> cacheJson);
flutter_base_models package
documentation
services/user/user_cache_protocal
UserCacheProtocal<T extends UserBaseModel>
fromUserCacheJson abstract method
UserCacheProtocal class