AdError constructor

const AdError({
  1. required AdErrorType type,
  2. required AdErrorCode code,
  3. String? message,
})

Creates a AdError.

Implementation

const AdError({required this.type, required this.code, this.message});