$AdBlockingConfiguration.fromJson constructor

$AdBlockingConfiguration.fromJson(
  1. Map json_
)

Implementation

$AdBlockingConfiguration.fromJson(core.Map json_)
  : this(enabled: json_['enabled'] as core.bool?);