TrackCustomAppEventArgs constructor
TrackCustomAppEventArgs({
- required String category,
- required String action,
- String? label,
- List<
CustomEventProperty> ? properties,
Implementation
TrackCustomAppEventArgs({
required this.category,
required this.action,
this.label,
this.properties,
});