DeepLinkAirflexParameter constructor

DeepLinkAirflexParameter({
  1. String? shortLinkId,
  2. required String? name,
  3. String? source,
  4. String? code,
  5. String? medium,
  6. String? campaign,
  7. String? term,
  8. String? content,
  9. String? redirectUrl,
})

Implementation

DeepLinkAirflexParameter({
  this.shortLinkId,
  required this.name,
  this.source,
  this.code,
  this.medium,
  this.campaign,
  this.term,
  this.content,
  this.redirectUrl,
});