CliqitDataModel constructor
CliqitDataModel({
- String? url,
- String? path,
- bool isDeferred = false,
- String? source,
- Map<
String, dynamic> parameters = const {}, - String? clickSessionId,
- bool? status,
- String? destinationPath,
- String? slug,
- String? appName,
- String? appId,
- String? mismatchMessage,
- String? error,
- String? message,
- bool? isDeepLink,
- bool? matched,
- String? tier,
- String? confidence,
- 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,
});