AlibcTaokeParams constructor

const AlibcTaokeParams({
  1. String pid = '',
  2. String unionId = '',
  3. String subPid = '',
  4. String adzoneId = '',
  5. Map<String, String> extraParams = const {},
})

Implementation

const AlibcTaokeParams(
    {this.pid = '',
    this.unionId = '',
    this.subPid = '',
    this.adzoneId = '',
    this.extraParams = const {}});