EventContext constructor

const EventContext({
  1. String? elementId,
  2. String? widgetPath,
  3. String? action,
  4. Map<String, dynamic>? metadata,
})

Implementation

const EventContext({
  this.elementId,
  this.widgetPath,
  this.action,
  this.metadata,
});