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