AdCode constructor

AdCode({
  1. String? adCode,
  2. String? kind,
})

Implementation

AdCode({
  this.adCode,
  this.kind,
});