CustomEvent constructor

CustomEvent({
  1. String? accountId,
  2. String? externalId,
  3. String? tag,
  4. String? status,
  5. EventAddress? address,
  6. Map<String, Object>? properties,
})

Implementation

CustomEvent(
    {this.accountId,
    this.externalId,
    this.tag,
    this.status,
    this.address,
    this.properties});