AirbridgeEventOption constructor

AirbridgeEventOption({
  1. String? action,
  2. String? label,
  3. num? value,
  4. Map<String, dynamic>? customAttributes,
  5. Map<String, dynamic>? semanticAttributes,
})

Implementation

AirbridgeEventOption({
  this.action,
  this.label,
  this.value,
  this.customAttributes,
  this.semanticAttributes,
});