AdError constructor
const
AdError({
- required AdErrorType type,
- required AdErrorCode code,
- String? message,
Creates a AdError.
Implementation
const AdError({required this.type, required this.code, this.message});