CliqitDataModel constructor

CliqitDataModel({
  1. String? url,
  2. String? path,
  3. bool isDeferred = false,
  4. String? source,
  5. Map<String, dynamic> parameters = const {},
  6. String? clickSessionId,
  7. bool? status,
  8. String? destinationPath,
  9. String? slug,
  10. String? appName,
  11. String? appId,
  12. String? mismatchMessage,
  13. String? error,
  14. String? message,
  15. bool? isDeepLink,
  16. bool? matched,
  17. String? tier,
  18. String? confidence,
  19. double? score,
})

Implementation

CliqitDataModel({
  this.url,
  this.path,
  this.isDeferred = false,
  this.source,
  this.parameters = const {},
  this.clickSessionId,
  this.status,
  this.destinationPath,
  this.slug,
  this.appName,
  this.appId,
  this.mismatchMessage,
  this.error,
  this.message,
  this.isDeepLink,
  this.matched,
  this.tier,
  this.confidence,
  this.score,
});