TappEventType constructor

TappEventType({
  1. EventAction? eventAction,
  2. String? customValue,
})

Implementation

TappEventType({
  this.eventAction,
  this.customValue,
});