CacheConfig.fromJson constructor
      
      CacheConfig.fromJson(
    
    
- Map json_
Implementation
CacheConfig.fromJson(core.Map json_)
  : this(
      cifsChangeNotifyEnabled: json_['cifsChangeNotifyEnabled'] as core.bool?,
    );