CustomEvent constructor
CustomEvent(
- String name, {
- Map<
String, dynamic> ? attributes, - EventCategory category = EventCategory.engagement,
Implementation
CustomEvent(this.name,
{this.attributes, this.category = EventCategory.engagement})
: _objType = 'CustomEvent';