AdBlockingRecoveryTag.fromJson constructor

AdBlockingRecoveryTag.fromJson(
  1. Map json_
)

Implementation

AdBlockingRecoveryTag.fromJson(core.Map json_)
    : this(
        errorProtectionCode: json_['errorProtectionCode'] as core.String?,
        tag: json_['tag'] as core.String?,
      );