AdBlockingRecoveryTag constructor

AdBlockingRecoveryTag({
  1. String? errorProtectionCode,
  2. String? tag,
})

Implementation

AdBlockingRecoveryTag({
  this.errorProtectionCode,
  this.tag,
});