CacheConfig.fromJson constructor

CacheConfig.fromJson(
  1. Map json_
)

Implementation

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