ActionTriggerEvent constructor

ActionTriggerEvent({
  1. String eventId = '',
  2. String eventType = '',
  3. String functionName = '',
  4. int sequenceNumber = 0,
  5. String payloadJson = '',
  6. String firedAtUtc = '',
})

Implementation

ActionTriggerEvent({
    this.eventId = '',
    this.eventType = '',
    this.functionName = '',
    this.sequenceNumber = 0,
    this.payloadJson = '',
    this.firedAtUtc = '',
});