TappEventType constructor
TappEventType({
- EventAction? eventAction,
- String? customValue,
Implementation
TappEventType({
this.eventAction,
this.customValue,
});
TappEventType({
this.eventAction,
this.customValue,
});