AdErrorEvent constructor

const AdErrorEvent({
  1. required AdError error,
})

Creates an AdErrorEvent.

Implementation

const AdErrorEvent({required this.error});