AdError constructor

  1. @protected
AdError(
  1. int code,
  2. String domain,
  3. String message
)

Creates an AdError with the given code, domain and message.

Implementation

@protected
AdError(this.code, this.domain, this.message);