Ad constructor

Ad({
  1. required String licenseKey,
})

Implementation

Ad({required this.licenseKey});