CustomEvent constructor
- required String name,
- double? value,
- String? transactionId,
- String? interactionId,
- String? interactionType,
- Map<
String, Object?> ? properties,
Implementation
CustomEvent(
{required this.name,
this.value,
this.transactionId,
this.interactionId,
this.interactionType,
this.properties});