SimulateEvent constructor

const SimulateEvent({
  1. String? webhookId,
  2. String? url,
  3. required String eventType,
  4. String? resourceVersion,
})

Implementation

const SimulateEvent(
    {this.webhookId,
    this.url,
    required this.eventType,
    this.resourceVersion});