Ad constructor

Ad({
  1. required String adUnitId,
})

Implementation

Ad({required this.adUnitId});