AdView constructor

const AdView({
  1. Key? key,
  2. required String? containerId,
  3. String? testCode,
})

Implementation

const AdView({super.key, required this.containerId, this.testCode})
    : builder = null;